summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/gbuild.help.txt
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-07 09:32:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-07 09:38:59 +0200
commitd53400c0b9f9205ebdabdf31df05d660aee59520 (patch)
treeabf28ba67aa8e78015fa4f72ffe8240b6f8e81be /solenv/gbuild/gbuild.help.txt
parent-Werror,-Wunused-function (diff)
downloadcore-d53400c0b9f9205ebdabdf31df05d660aee59520.tar.gz
core-d53400c0b9f9205ebdabdf31df05d660aee59520.zip
Clarify --enable-symbols misnomer
Change-Id: Id3c206219385d6ab4673d1c8f6236a6cb665512a
Diffstat (limited to 'solenv/gbuild/gbuild.help.txt')
-rw-r--r--solenv/gbuild/gbuild.help.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index 680220691002..b658867b0d90 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -50,18 +50,20 @@ AVAILABLE TARGETS
INTERACTIVE VARIABLES:
DEBUG / debug If not empty, build with DBGLEVEL=1 (see below).
ENABLE_SYMBOLS / enable_symbols
- If not empty, build with debug symbols. Automatically
- enabled by DEBUG/debug.
+ If not empty, build with debugging information.
+ Automatically enabled by DEBUG/debug.
DBGLEVEL / dbglevel
If not empty, force the debug level to the specified value. The
debug level is passed to the source code through OSL_DEBUG_LEVEL
macro.
0 = no debug
- 1 = symbols + no optimizations
- 2 = symbols + no optimizations + extra debug output. OSL_TRACE
- starts being active on this level.
- 3... = symbols + no optimizations + extra debug output (usually
- extremely verbose). Levels > 2 are not used very much.
+ 1 = debugging information + no optimizations
+ 2 = degugging information + no optimizations + extra
+ debug output. OSL_TRACE starts being active on this
+ level.
+ 3... = degugging information + no optimizations + extra
+ debug output (usually extremely verbose). Levels
+ > 2 are not used very much.
TIMELOG / timelog
If not empty enable the RTL_LOGFILE_* time logging facility.