Mercurial > mplayer.hg
comparison Gui/Makefile @ 17381:7af5fe0860a1
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
libaf's and libmenu's Makefiles and -g from main Makefile.
author | rathann |
---|---|
date | Fri, 13 Jan 2006 23:38:16 +0000 |
parents | e047e70a9767 |
children | 418f64d01554 |
comparison
equal
deleted
inserted
replaced
17380:86e9a4a10456 | 17381:7af5fe0860a1 |
---|---|
4 include ../config.mak | 4 include ../config.mak |
5 include config.mak | 5 include config.mak |
6 | 6 |
7 INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC) | 7 INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC) |
8 | 8 |
9 OPTIMIZE = $(OPTFLAGS) \ | 9 OPTIMIZE = $(OPTFLAGS) |
10 -fexpensive-optimizations -fschedule-insns2 -Wall | |
11 | 10 |
12 CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG) | 11 CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG) |
13 | 12 |
14 SRCS = wm/ws.c wm/wsxdnd.c app.c interface.c cfg.c bitmap.c \ | 13 SRCS = wm/ws.c wm/wsxdnd.c app.c interface.c cfg.c bitmap.c \ |
15 skin/skin.c skin/font.c skin/cut.c \ | 14 skin/skin.c skin/font.c skin/cut.c \ |