summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index b8a32ec..14db0b1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,4 +8,6 @@ aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
+export CFLAGS="-g -O0"
+export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*