summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index a8f6b784..93169ee3 100644
--- a/Jamfile
+++ b/Jamfile
@@ -8,8 +8,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 ;