summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-04 23:46:49 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-04 23:46:49 +0000
commitc4f9ebc49a5fc66406bf76c412b08307689fa665 (patch)
tree82f664da7bf1f9f67640efd43cd3430b4abdc57b /configure
parent867f14b6b31a65910e1dc84577bf89dac8909204 (diff)
downloadmpv-c4f9ebc49a5fc66406bf76c412b08307689fa665.tar.bz2
mpv-c4f9ebc49a5fc66406bf76c412b08307689fa665.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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\\"