diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-04-18 13:07:51 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-04-18 13:43:34 +0200 |
commit | 79e185898a577a2f90493f128628e559a481a374 (patch) | |
tree | e66e1eee2132617513486eecc25ba46be34b14fc /configure.in | |
parent | 27dda3134748cd0a549b75db830496539959eb90 (diff) |
update configure help for --enable-debug
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 499cbf0fcdad..4f981fc4878a 100644 --- a/configure.in +++ b/configure.in @@ -637,7 +637,9 @@ AC_ARG_ENABLE(debug, [Include debugging symbols from --enable-symbols plus extra debugging 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".])) + "build -- debug=true dbglevel=2". You can also use this switch as follows: + --enable-debug="tl svx" to enable debug only for the specified + gbuild-build libraries.])) AC_ARG_ENABLE(dbgutil, AS_HELP_STRING([--enable-dbgutil], |