aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-18 23:54:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-18 23:54:16 +0000
commit4701d900dfbe733025ba5e9d20875472dda964a7 (patch)
treeca5901917425de86d66a39617c1a6158d84ca655
parentb3a68ebe941212bd98652c24cbe4e4358ba203f7 (diff)
add more debug info and aliasing warnings to pd build
svn path=/trunk/; revision=16922
-rw-r--r--packages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 653c9a7f..2cae38db 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -111,7 +111,8 @@ pd: set_version
cd $(pd_src) \
&& ./autogen.sh \
&& ./configure $(PD_CONFIGURE_FLAGS) \
- && make $(DEST_PATHS) $(PD_BUILD_FLAGS) CFLAGS="-O2 -g"
+ && make $(DEST_PATHS) $(PD_BUILD_FLAGS) \
+ CFLAGS="-O2 -g -DDEBUG_SOUNDFILE -Wstrict-aliasing=2"
PD_NAME=Pd
pd_install: pd