Commit b7d49373 authored by Stefano Sabatini's avatar Stefano Sabatini

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

Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5ad2b4c6
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment