summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-23 13:42:16 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-30 20:25:21 -0600
commite23436d7e8f47837c303438447cb389904f1fd74 (patch)
treed5595bc30681efc40221f64741f88dddb39784a2 /configure.in
parentoops: remove a debugging flags in g (diff)
downloadcore-e23436d7e8f47837c303438447cb389904f1fd74.tar.gz
core-e23436d7e8f47837c303438447cb389904f1fd74.zip
Expand documentation to mention debuglevels.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 069b53a79675..c63df79b1bbd 100644
--- a/configure.in
+++ b/configure.in
@@ -239,7 +239,9 @@ AC_ARG_ENABLE(werror,
AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug],
[Include debugging symbols from --enable-symbols plus extra debugging
- code. Extra large build! (enables -g compiler flag and dmake debug=true)]),
+ code. Extra large build! (enables -g compiler flag and dmake debug=true)
+ If you need even more verbose output, build a module with
+ "build -- debug=true dbglevel=2".]),
,)
AC_ARG_ENABLE(dbgutil,