terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.72k stars 201 forks source link

support newer binutils #459

Open pixelb opened 4 years ago

pixelb commented 4 years ago

Pass --verbose as well as --trace to the linker, as without -verbose, newer versions of gold (2.32 at least), will not output the component object files of archives, thus causing the lua script that processes the output to fail.

elliottslaughter commented 4 years ago

Is this flag supported by macOS? The macOS non-CMake builds seem to be unhappy. (Plus one unrelated failure, but that looks like a CI glitch.)