-g0 option has no effect
Opened this issue · 2 comments
Deleted user commented
AMD64_MINGW. The binary is still bloated. The only treatment that works is strip --stripall.
VictorMiasnikov commented
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
Deleted user commented
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.