pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-12-20
1997-12-20 19:01:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9c5a5e439df36409bd7eeeeb2db90880cf85dc16 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added check for -fomit-frame-pointer.
Rev: src/configure.in:1.141
1:
-
AC_REVISION("$Id: configure.in,v 1.
140
1997/12/
11
23
:
55
:
50
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
141
1997/12/
20
19
:
01
:
09
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
182:
if test $cflags_is_set = no; then if test "x${GCC-}" = xyes ; then WARN="-W -Wall -Wpointer-arith -Wno-unused"
+
+
if test "x$with_debug" = "xno" ; then
+
AC_SYS_COMPILER_FLAG(-fomit-frame-pointer,fomit_frame_pointer,OPTIMIZE)
+
fi
+
### Optimize for different SUN machines. If there is no working 'uname' ### no extra optimization will be done, but nothing should break either. AC_SYS_CPU_COMPILER_FLAG(sun4c,-msparclite,sparclite,OPTIMIZE)