port: disable debug-info by default on FreeBSD
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 19 Oct 2020 16:18:07 +0000 (12:18 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 28 Oct 2020 18:56:05 +0000 (14:56 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I25909ef56f33a0832c7aa5b4eece4e04c4b2e75a

configure.ac

index 7808ef451ba5440398b9cc8784809f9cecb48efd..7f92c465715474db8de38c28d7a1dc6a7e2f15bf 100644 (file)
@@ -68,6 +68,10 @@ AS_CASE([$host_os],
     [
        DEFAULT_ENABLE_DEBUG_INFO=no
     ],
+  [freebsd*],
+    [
+       DEFAULT_ENABLE_DEBUG_INFO=no
+    ],
   [cygwin*],
     [
        DEFAULT_ENABLE_DEBUG_INFO=no
This page took 0.027341 seconds and 4 git commands to generate.