changeset 19033:9fd34039e6df

Remove useless variable.
author diego
date Wed, 12 Jul 2006 17:15:58 +0000
parents 55990b84e83c
children 9b3a8b48e5b3
files Gui/Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/Makefile	Wed Jul 12 16:59:54 2006 +0000
+++ b/Gui/Makefile	Wed Jul 12 17:15:58 2006 +0000
@@ -5,9 +5,7 @@
 
 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 \