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