From a5740d80d198de0c713612cdcd725efe53a2c370 Mon Sep 17 00:00:00 2001 From: rakdver Date: Thu, 23 Sep 2004 12:22:40 +0000 Subject: Revert commit of testing BOOT_CFLAGS git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87944 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 59b1fddb6c1..4bbced08589 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -144,7 +144,7 @@ TCFLAGS = CFLAGS = -g STAGE1_CFLAGS = -g @stage1_cflags@ STAGE1_CHECKING = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -BOOT_CFLAGS = -g -O2 -funswitch-loops +BOOT_CFLAGS = -g -O2 # Flags to determine code coverage. When coverage is disabled, this will # contain the optimization flags, as you normally want code coverage -- cgit v1.2.1