* Makefile.in (BOOT_CFLAGS): Use -O2.

From-SVN: r15562
This commit is contained in:
Jeffrey A Law 1997-09-19 05:21:34 +00:00 committed by Jeff Law
parent a79177f5a1
commit e649372777
2 changed files with 3 additions and 1 deletions

View 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.

View 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 =