Commit e6493727 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r15562
parent a79177f5
Thu Sep 18 21:13:40 1997 Jeffrey A Law (law@cygnus.com) 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 * configure.in (strtoul, bsearch): Have autoconf check for these
functions. functions.
* configure, config.in: Rebuilt. * configure, config.in: Rebuilt.
......
...@@ -58,7 +58,7 @@ ALLOCA_FINISH = true ...@@ -58,7 +58,7 @@ ALLOCA_FINISH = true
XCFLAGS = XCFLAGS =
TCFLAGS = TCFLAGS =
CFLAGS = -g CFLAGS = -g
BOOT_CFLAGS = -O $(CFLAGS) BOOT_CFLAGS = -O2 $(CFLAGS)
# These exists to be overridden by the x-* and t-* files, respectively. # These exists to be overridden by the x-* and t-* files, respectively.
X_CFLAGS = X_CFLAGS =
T_CFLAGS = T_CFLAGS =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment