summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/Makefile')
-rw-r--r--Gui/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index b3c213ba3b..9da3353d95 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -8,9 +8,6 @@ INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
OPTIMIZE = $(OPTFLAGS) \
-fexpensive-optimizations -fschedule-insns2 -Wall
-ifeq ($(TARGET_ARCH_X86),yes)
-OPTIMIZE += -malign-double
-endif
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)