pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-22
2003-02-22 14:56:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
88c8ad3df8e086b4f633aab8e678fdf410bb8c4a (
15
lines) (+
4
/-
11
)
[
Show
|
Annotate
]
Branch:
7.9
-O3 doesn't seem to be a good idea. Disabling it again.
Rev: src/configure.in:1.699
1:
-
AC_REVISION("$Id: configure.in,v 1.
698
2003/02/22 14:
49
:
34
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
699
2003/02/22 14:
56
:
44
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
843:
# Restore the -O2 that the default AC_PROG_CC adds. AC_SYS_COMPILER_FLAG(+O3,plus_O3,OPTIMIZE, [
-
if test "x`uname -p`" = "xia64" -o \
-
"x`uname -m`" = "xia64"; then
-
# We don't trust -O3 on ia64.
-
AC_MSG_WARN([Disabling use of -O3 since the architecture is IA64.])
-
pike_cv_option_O3=no;
-
fi
-
AC_SYS_COMPILER_FLAG(-O3,O3,OPTIMIZE, [
+
AC_SYS_COMPILER_FLAG(-O2,O2,OPTIMIZE, [ AC_SYS_COMPILER_FLAG(-O,O,OPTIMIZE) ]) ])
-
])
+
if test "$GCC" = "yes"; then if test "$cflags_is_set" = "no"; then