This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/53316] Change -O1 to be easily debugged and on by default
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 11 May 2012 05:34:19 +0000
- Subject: [Bug other/53316] Change -O1 to be easily debugged and on by default
- Auto-submitted: auto-generated
- References: <bug-53316-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-05-11 05:34:19 UTC ---
Changing the default from -O0 to -O1? Obviously huge amount of code in the
wild that expects that -O0 is the default, which has been the case for the last
25 years. The advantages are nil.