[MPlayer-cvslog] r38363 - trunk/configure
reimar
subversion at mplayerhq.hu
Tue Apr 5 21:35:45 EEST 2022
Author: reimar
Date: Tue Apr 5 21:35:45 2022
New Revision: 38363
Log:
configure: Fix --enable-debug help.
It does far more than just enable debug info, and
it should not be used to compile for end-users.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Apr 5 21:26:16 2022 (r38362)
+++ trunk/configure Tue Apr 5 21:35:45 2022 (r38363)
@@ -604,7 +604,7 @@ Advanced options:
--disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy [enable]
--enable-hardcoded-tables put tables in binary instead of calculating them at startup [disable]
--enable-big-endian force byte order to big-endian [autodetect]
- --enable-debug[=1-3] compile-in debugging information [disable]
+ --enable-debug[=1-3] enable debug build (less optimized, extra asserts and compile-in debugging information) [disable]
--enable-profile compile-in profiling information [disable]
--disable-sighandler disable sighandler for crashes [enable]
--enable-relocatable enable compiling as relocatable/PIE executable [auto]
More information about the MPlayer-cvslog
mailing list