summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-08-09 02:23:42 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-08-09 02:23:42 +0200
commitc488b4aa8961b0820725fa357a2fcb867543a266 (patch)
tree968d8827ea2ebed20fa14bc5188ba1af469069d0 /Jamfile
parent88c97a3029f9166178819af6de29c7dbf5482c45 (diff)
scrollbar updating for search window
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 ;