summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-08-04 22:03:54 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-08-04 22:03:54 +0200
commitfbbbd7436a347595e925c5ba8b69e8875b5c73bc (patch)
treed01626b2c77327a6caebbc54c7acbae1eb11159d /Jamfile
parent7bccab7d4a27e554259637f4ed23356519433549 (diff)
fixed playlist insertion
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index 478b6e00..06342616 100644
--- a/Jamfile
+++ b/Jamfile
@@ -6,8 +6,8 @@ SubDir ROOT ;
CCFLAGS += -D_GNU_SOURCE ;
CCFLAGS += -std=c99 ;
# CCFLAGS += -D_REENTRANT ;
-OPTIM += -O2 ;
-#OPTIM += -g ;
+OPTIM += -O0 ;
+OPTIM += -g ;
HDRS += /usr/include/gtk-2.0 ;
HDRS += /usr/lib/gtk-2.0/include ;