summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index f9fa4b5483..df2f652ae5 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -7,7 +7,7 @@ include config.mak
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