summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 12:22:34 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 12:22:34 +0200
commitb776dc9abccb3a2d8c4520668e87d455ae0c97bb (patch)
tree452b29e663622499db91af498045dda9879fe038 /Jamfile
parente3cf51534e013ad251eed8e7b501fb14f63325a2 (diff)
fixed empty title for dumb modules
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index 3ef1922a..b709122b 100644
--- a/Jamfile
+++ b/Jamfile
@@ -7,8 +7,8 @@ CCFLAGS += -D_GNU_SOURCE ;
CCFLAGS += -std=c99 ;
#CCFLAGS += -DUSE_SDL ;
# CCFLAGS += -D_REENTRANT ;
-OPTIM += -O0 ;
-OPTIM += -g ;
+OPTIM += -O2 ;
+#OPTIM += -g ;
HDRS += /usr/include/gtk-2.0 ;
HDRS += /usr/lib/gtk-2.0/include ;