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

Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2008-07-21 21:32:46 +00:00
parent 5ad2b4c621
commit b7d49373d2

1
configure vendored
View File

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