GerritGroot
Technical User
Hi,
I changed from gfortran 4.6 to gfortran 4.7 and the size of my executable reduced to one third when compiling with 4.7 with respect to 4.6
I suppose this may be because the default debug settings changed. Before I used strip.exe to reduce the size of my .exe file (see: but now strip doesn't have any effect.
Which compiler option do I need to get the debug info back in the exe file? (in cases where I want to)
Thanks,
Gerrit
I changed from gfortran 4.6 to gfortran 4.7 and the size of my executable reduced to one third when compiling with 4.7 with respect to 4.6
I suppose this may be because the default debug settings changed. Before I used strip.exe to reduce the size of my .exe file (see: but now strip doesn't have any effect.
Which compiler option do I need to get the debug info back in the exe file? (in cases where I want to)
Thanks,
Gerrit