From b7d49373d23ad56af5e7db89ced78bdc972328f9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 21 Jul 2008 21:32:46 +0000 Subject: [PATCH] Make configure --help document the --enable-debug option. Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 5ee31a251..eb77a52fc 100755 --- a/configure +++ b/configure @@ -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" -- 2.11.0