mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
Remved cpu specific compiler optimizations, these should if at all be added dynamically by configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2025 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
155ce824e9
commit
14768c4b7a
@ -11,7 +11,7 @@ include gui.mak
|
||||
INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC)
|
||||
|
||||
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
|
||||
-fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
|
||||
-fexpensive-optimizations -fschedule-insns2 -Wall
|
||||
|
||||
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
|
||||
|
||||
|
@ -10,7 +10,7 @@ LIB = mplayer
|
||||
INCDIR = -I. -I../event -I../wm -I../skin $(GTKINC)
|
||||
|
||||
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
|
||||
-fexpensive-optimizations -malign-double -fschedule-insns2 -Wall
|
||||
-fexpensive-optimizations -fschedule-insns2 -Wall
|
||||
|
||||
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user