modula3/cm3

-g0 option has no effect

Opened this issue · 2 comments

AMD64_MINGW. The binary is still bloated. The only treatment that works is strip --stripall.

Yes.

It needs use anothet method (?).

I will see in my logs details.

P.S. Using "strip" utility is more effective
P.P.S. AMD64_NT is not affected. It is use .pdb

AMD64_NT is not affected. It is use .pdb

GCC can also be told to split the debug info into a separate file from the binary itself. This is the reason why on Linux there are packages whose solely purpose is only to install debug symbols.