summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/Makefile')
-rw-r--r--Gui/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 3e499ef443..543603e804 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -5,9 +5,7 @@ LIBNAME = libgui.a
INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
-OPTIMIZE = $(OPTFLAGS)
-
-CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
+CFLAGS = $(OPTFLAGS) $(INCDIR) $(DEBUG)
ifeq ($(TARGET_WIN32),yes)
SRCS = win32/dialogs.c \