mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
Remove duplicate OPTFLAGS from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21391 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b7b22bd874
commit
4b87011106
@ -2,7 +2,7 @@ include ../config.mak
|
||||
|
||||
LIBNAME = libgui.a
|
||||
|
||||
CFLAGS = -I../loader -I./wm -I./skin $(OPTFLAGS)
|
||||
CFLAGS = -I../loader -I./wm -I./skin
|
||||
#CFLAGS += -DDEBUG
|
||||
|
||||
ifeq ($(TARGET_WIN32),yes)
|
||||
|
Loading…
Reference in New Issue
Block a user