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)
* 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 =
......
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