From 62e78fab7927d7604913225bfb551457f64e4e33 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 20 Nov 2012 13:53:19 +0100 Subject: configure: make --enable-debug default This may result in larger binaries by default, and should be harmless otherwise. Users are advised to use "make install-strip" if they want binaries without debug symbols. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 78f09a736d..3b2a8fa0f6 100755 --- a/configure +++ b/configure @@ -386,7 +386,7 @@ Miscellaneous options: Advanced options: --enable-shm enable shm [autodetect] - --enable-debug[=1-3] compile-in debugging information [disable] + --disable-debug compile-in debugging information [enable] --disable-optimization compile without -O2 [enable] Use these options if autodetection fails: @@ -411,7 +411,7 @@ _pkg_config=auto _windres=auto _cc=auto test "$CC" && _cc="$CC" -_debug= +_debug=-g _opt=-O2 _cross_compile=no _prefix="/usr/local" -- cgit v1.2.3