# HG changeset patch # User atmos4 # Date 1004917609 0 # Node ID 8ca22e30a5b82a02df7883e0d484a268216ae275 # Parent 22652c0286923be0fa6b3e221fc2620d18184ff9 Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously added (this should also fix profiling and maybe some non-x86 build). diff -r 22652c028692 -r 8ca22e30a5b8 configure --- 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\\"