Commit e0122370 authored by stefano's avatar stefano

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14330 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ded31013
......@@ -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