Hello! I'm using MinGW-builds project to compile all of my C code on windows.
However I've noticed that for each object file linked into the final executable 
I
get one ident line (for example "GCC:(i686-posix-sjlj-rev1, Built by MinGW-W64
project) 6.2.0"). I can remove this line for my own object files by adding
'-fno-ident' flag, but the final executable still has around 30 of theese line
for a simple hello world type project. It seems that these lines come from CRT
object files that were procompiled (libgcc.a and etc). Please remove the ident
when precompiling these libraries, having one of these lines added to the final
executable for each object file is an aweful and useless waste of binary space.
------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to