Add CFLAGS & CXXFLAGS.
authorHuang Peng <shawn.p.huang@gmail.com>
Thu, 14 Aug 2008 13:36:55 +0000 (21:36 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Thu, 14 Aug 2008 13:36:55 +0000 (21:36 +0800)
autogen.sh

index b8a32ec..14db0b1 100755 (executable)
@@ -8,4 +8,6 @@ aclocal -I m4
 autoheader
 automake --add-missing --copy
 autoconf
+export CFLAGS="-g -O0"
+export CXXFLAGS="$CFLAGS"
 ./configure --enable-maintainer-mode $*