From c4f9ebc49a5fc66406bf76c412b08307689fa665 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 4 Nov 2001 23:46:49 +0000 Subject: [PATCH] Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously added (this should also fix profiling and maybe some non-x86 build). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2700 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f2ac51483c..eac122ef4d 100755 --- a/configure +++ b/configure @@ -2456,7 +2456,7 @@ prefix = $_prefix 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\\"