mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 08:39:01 +00:00
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:
parent
867f14b6b3
commit
c4f9ebc49a
2
configure
vendored
2
configure
vendored
@ -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\\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user