From: Michael Jeanson Date: Mon, 12 Sep 2016 20:38:25 +0000 (+0000) Subject: Port: Disable debug info by default on mingw X-Git-Tag: v2.0.0-pre1~93 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=251b463808cb2af57cb43ee8b0de381cf3f1e321 Port: Disable debug info by default on mingw Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- 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 ] )