0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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.
This commit is contained in:
wm4 2012-11-20 13:53:19 +01:00
parent fe97ab6059
commit 62e78fab79

4
configure vendored
View File

@ -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"