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:
parent
5ad2b4c621
commit
b7d49373d2
1
configure
vendored
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…
Reference in New Issue
Block a user