From f4f8f79893b18199b38edc3330093a9403c4c737 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 19 Oct 2020 12:18:07 -0400 Subject: [PATCH] port: disable debug-info by default on FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau Change-Id: I25909ef56f33a0832c7aa5b4eece4e04c4b2e75a --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 7808ef45..7f92c465 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1