summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMark Laws <mdl@60hz.org>2017-08-15 01:44:54 +0900
committerAndres Noetzli <andres.noetzli@gmail.com>2017-08-14 09:44:54 -0700
commit93b2aef9e21adb05ec4a1aa2b0cf7fb39c408b51 (patch)
tree6e3c71f8f359f61e706609fb9334a7e90510301d /src/Makefile.am
parent4b5460a79838e93f8d417462c930806a77c09d31 (diff)
Build and test suite fixes for Windows (#186)
- Build fixes for Windows - Make proof checking tempfile handling portable - Test suite fixes for Windows
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 847eecedc..151bcaaa6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@ include @top_srcdir@/src/Makefile.theories
lib_LTLIBRARIES = libcvc4.la
-libcvc4_la_LDFLAGS = -version-info $(LIBCVC4_VERSION)
+libcvc4_la_LDFLAGS = -no-undefined -version-info $(LIBCVC4_VERSION)
# This "tricks" automake into linking us as a C++ library (rather than
# as a C library, which messes up exception handling support)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback