summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-27 21:50:19 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-27 21:50:19 +0200
commit569208b423b982f09f286933da70d6f8f9a9e629 (patch)
tree5e0834ae41a3041f8f212cc662c1985a9a104e6a /Jamfile
parent44647a1f28ae76bdb736a20caf3f2056499a28df (diff)
sid seeking (slooow)
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index 6025635b..604e86f7 100644
--- a/Jamfile
+++ b/Jamfile
@@ -6,8 +6,8 @@ SubDir ROOT ;
CCFLAGS += -D_GNU_SOURCE ;
CCFLAGS += -std=c99 ;
# CCFLAGS += -D_REENTRANT ;
-OPTIM += -O0 ;
-OPTIM += -g ;
+OPTIM += -O2 ;
+#OPTIM += -g ;
HDRS += /usr/include/gtk-2.0 ;
HDRS += /usr/lib/gtk-2.0/include ;