aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index 5dee604..a57eeb5 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -1,8 +1,9 @@
PD_DIR = /home/tom/pd/distro/pd/src
CREB_DIR = /home/tom/pd/extlib
-CREB_VERSION = 0.6
+CREB_VERSION = 0.7
-DEFS = -DPD -DCREB_VERSION=\"$(CREB_VERSION)\"
+DEFS = -DPD -DCREB_VERSION=\"$(CREB_VERSION)\"
+#-DHAVE_ABS_TILDE
LINUXCFLAGS = $(DEFS) -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wstrict-prototypes -Werror \