Make configure --help document the --enable-debug option.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 21 Jul 2008 21:32:46 +0000 (21:32 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 21 Jul 2008 21:32:46 +0000 (21:32 +0000)
Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 5ee31a2..eb77a52 100755 (executable)
--- 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"