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
This commit is contained in:
atmos4 2001-11-04 23:46:49 +00:00
parent 867f14b6b3
commit c4f9ebc49a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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\\"