zig icon indicating copy to clipboard operation
zig copied to clipboard

Symbol table missing from .elf when linking with zig cc on riscv32-freestanding-musl.

Open DagAgren opened this issue 3 years ago • 0 comments

Zig Version

0.9.1

Steps to Reproduce

Unpack this project, and run make:

Test.zip

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.

DagAgren avatar Mar 26 '22 01:03 DagAgren