summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-14 21:36:55 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-14 21:36:55 +0800
commit81ce81ab758a7e790ecf55008a8c1b2a137fd2e9 (patch)
tree0992424b93fa8ce94f2904d836bbd4c00d33f1ae /autogen.sh
parent5fc5c08ac17c487b9ad7a9d3a1f34707e2e04e24 (diff)
downloadibus-anthy-81ce81ab758a7e790ecf55008a8c1b2a137fd2e9.tar.gz
Add CFLAGS & CXXFLAGS.
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 $*