* Makefile.in (BOOT_CFLAGS): Use -O2.
authorJeffrey A Law <law@cygnus.com>
Fri, 19 Sep 1997 05:21:34 +0000 (05:21 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Sep 1997 05:21:34 +0000 (23:21 -0600)
From-SVN: r15562

gcc/ChangeLog
gcc/Makefile.in

index e0f05a3b357feaa20f68b7e8c3ded817b0a5f48e..9424fd900486fb5962f904a02ca9e06c5e547b60 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 d6130203d597186c3676b77e5836c72c2e2a6971..651d79e01664263a16d66a336cfd5e3e7559507f 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 =