Fix: disable debug by default info on Cygwin
[babeltrace.git] / configure.ac
index a0a076e0cde6f13ecdcf100f1af20072c2aeda7c..3a6eca9a3c14b2015a7f4e620c60ec1b1ee14382 100644 (file)
@@ -161,6 +161,11 @@ AS_CASE([$host_os],
     [
        DEFAULT_ENABLE_DEBUG_INFO=no
     ],
+  [cygwin*],
+    [
+       DEFAULT_ENABLE_DEBUG_INFO=no
+       LT_NO_UNDEFINED="-no-undefined"
+    ],
   [mingw*],
     [
        MINGW32=yes
This page took 0.022422 seconds and 4 git commands to generate.