Mercurial > mplayer.hg
diff Gui/Makefile @ 8255:97e8dfe61ab1
check for -Wall support & use it if available patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
arpi, feel free to reverse if u dont like -Wall
author | michael |
---|---|
date | Sat, 23 Nov 2002 11:01:23 +0000 |
parents | 6892658f9125 |
children | 226e6866212d |
line wrap: on
line diff
--- a/Gui/Makefile Sat Nov 23 10:58:14 2002 +0000 +++ b/Gui/Makefile Sat Nov 23 11:01:23 2002 +0000 @@ -7,7 +7,7 @@ INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC) OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \ - -fexpensive-optimizations -fschedule-insns2 -Wall + -fexpensive-optimizations -fschedule-insns2 ifeq ($(TARGET_ARCH_X86),yes) OPTIMIZE += -malign-double endif