From 251b463808cb2af57cb43ee8b0de381cf3f1e321 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 12 Sep 2016 20:38:25 +0000 Subject: [PATCH] Port: Disable debug info by default on mingw 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7071100d..016002d2 100644 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,7 @@ AS_CASE([$host_os], [mingw*], [ MINGW32=yes + DEFAULT_ENABLE_DEBUG_INFO=no ] ) -- 2.34.1