summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-20 13:53:19 +0100
committerwm4 <wm4@nowhere>2012-11-20 18:00:16 +0100
commit62e78fab7927d7604913225bfb551457f64e4e33 (patch)
treef9e710c3ac0a9117511de47a0c00f2faeb506020 /configure
parentfe97ab6059cecd77e789d58ef7122fc9c3b91700 (diff)
downloadmpv-62e78fab7927d7604913225bfb551457f64e4e33.tar.bz2
mpv-62e78fab7927d7604913225bfb551457f64e4e33.tar.xz
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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"