changeset 2699:8ca22e30a5b8

Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously added (this should also fix profiling and maybe some non-x86 build).
author atmos4
date Sun, 04 Nov 2001 23:46:49 +0000
parents 22652c028692
children f6718ec5983c
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Nov 04 23:04:26 2001 +0000
+++ b/configure	Sun Nov 04 23:46:49 2001 +0000
@@ -2456,7 +2456,7 @@
 AR=ar
 CC=$_cc
 # OPTFLAGS=-O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math
-OPTFLAGS=$CFLAGS -fomit-frame-pointer # make sure -fomit-frame-pointer is always used
+OPTFLAGS=$CFLAGS
 EXTRA_INC=$_extraincdir $_gtkinc
 WIN32_PATH=-DWIN32_PATH=\\"$_win32libdir\\"