* Makefile.in (BOOT_CFLAGS): Use -O2.
From-SVN: r15562
This commit is contained in:
parent
a79177f5a1
commit
e649372777
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue