zig
zig copied to clipboard
Symbol table missing from .elf when linking with zig cc on riscv32-freestanding-musl.
Zig Version
0.9.1
Steps to Reproduce
Unpack this project, and run make:
Expected Behavior
On 0.9.0, the result is a .elf file with a symbol table as expected.
Actual Behavior
On 0.9.1, it produces a much smaller .elf file with no symbol table.