summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index fa608e5345..486bc2c34f 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -6,8 +6,7 @@ include config.mak
INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
-OPTIMIZE = $(OPTFLAGS) \
- -fexpensive-optimizations -fschedule-insns2 -Wall
+OPTIMIZE = $(OPTFLAGS)
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)