OSDN Git Service

* Makefile.in (BOOT_CFLAGS): Use -O2.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Sep 1997 05:21:34 +0000 (05:21 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Sep 1997 05:21:34 +0000 (05:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15562 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index e0f05a3..9424fd9 100644 (file)
@@ -1,5 +1,7 @@
 Thu Sep 18 21:13:40 1997  Jeffrey A Law  (law@cygnus.com)
 
+       * Makefile.in (BOOT_CFLAGS): Use -O2.
+
        * configure.in (strtoul, bsearch): Have autoconf check for these
        functions.
        * configure, config.in: Rebuilt.
index d613020..651d79e 100644 (file)
@@ -58,7 +58,7 @@ ALLOCA_FINISH = true
 XCFLAGS =
 TCFLAGS =
 CFLAGS = -g
-BOOT_CFLAGS = -O $(CFLAGS)
+BOOT_CFLAGS = -O2 $(CFLAGS)
 # These exists to be overridden by the x-* and t-* files, respectively.
 X_CFLAGS =
 T_CFLAGS =