diff options
author | rakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 12:22:40 +0000 |
---|---|---|
committer | rakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-23 12:22:40 +0000 |
commit | a5740d80d198de0c713612cdcd725efe53a2c370 (patch) | |
tree | 224fe5f289ffff1e72b5b3f4b8ddd00e6de2eb7b /gcc/Makefile.in | |
parent | e12d05910eaffcc746f6f3be59df3ca511179037 (diff) | |
download | gcc-a5740d80d198de0c713612cdcd725efe53a2c370.tar.gz |
Revert commit of testing BOOT_CFLAGS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |