summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-02-11 20:46:04 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-02-11 20:47:23 +0100
commitc074ca7b874725c0b2a8c0d4f90807af91d1e04a (patch)
tree50f0466ecdc709fd4c5f069ebe616b67f164d5f4 /configure.ac
parentdf203ab874d0ba57244d4f40e9ca847c943c018f (diff)
Use -Wl,--no-undefined on all source files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ea0bc63..aeb4a66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ AC_ARG_WITH([debug],
AS_IF([test "x$with_debug" == "xyes"],
[AC_MSG_WARN([*** Building with debug support!])
- CXXFLAGS="$CXXFLAGS -Wall -Werror -g"
+ CXXFLAGS="$CXXFLAGS -Wall -Werror -g -Wl,--no-undefined"
HUGIN_PARM=""]
)