This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/71714] -g flag doubles size


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71714

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
You need to explain what you mean by "release version" and "debug version".
There are no such "modes" for GCC, you can use any combination of -O
optimization options and also use -g for debug info.

So instead of talking about "release version" and "debug versions" you need to
tell us exactly which sets of options you are using in each case.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]