[nautilus-actions] Compile with '-g -O0 when in maintainer mode



commit a8fe85f1e243b0bddd74353380b68298d6361f86
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Jan 14 20:35:49 2011 +0100

    Compile with '-g -O0 when in maintainer mode
    
    This is supposed to improve valgrind accuracy.

 run-autogen.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/run-autogen.sh b/run-autogen.sh
index 2e6b1b1..9ed6318 100755
--- a/run-autogen.sh
+++ b/run-autogen.sh
@@ -11,6 +11,7 @@ for d in $(find . -maxdepth 1 -type d -name 'nautilus-actions-*'); do
 done
 
 [ "${autogen_target}" = "normal" ] &&
+	export CFLAGS="-g -O0" &&
 	exec ./autogen.sh \
 		--prefix=$(pwd)/install \
 		--sysconfdir=/etc \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]