summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-07-21 21:32:46 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-07-21 21:32:46 +0000
commitb7d49373d23ad56af5e7db89ced78bdc972328f9 (patch)
tree78199499da11bb8c651784b5dfc6c45ac5a71322 /configure
parent5ad2b4c621a1748cdaea6673bb45d1ca76135bdc (diff)
Make configure --help document the --enable-debug option.
Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5ee31a251c..eb77a52fce 100755
--- a/configure
+++ b/configure
@@ -178,6 +178,7 @@ show_help(){
echo
echo "Developer options (useful when working on FFmpeg itself):"
echo " --disable-debug disable debugging symbols"
+ echo " --enable-debug=LEVEL set the debug level [$debuglevel]"
echo " --enable-gprof enable profiling with gprof [$gprof]"
echo " --disable-optimizations disable compiler optimizations"
echo " --enable-extra-warnings enable more compiler warnings"