Make configure --help document the --enable-debug option.

Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Stefano Sabatini 17 years ago
parent 5ad2b4c621
commit b7d49373d2
  1. 1
      configure

1
configure vendored

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

Loading…
Cancel
Save