diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-27 15:52:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-27 17:42:12 +0100 |
commit | b1b8d82558089dd0979f7c70c4004479a6355616 (patch) | |
tree | 4d4f1b9dbacbf9d1d61300c12ccf74438dc1cc1e /solenv | |
parent | 106ab783999d27d9d965ef570d6a02f0f6c57fbe (diff) |
gbuild: document BUILDTOOLTRACE variable
Change-Id: I17ebccb268e317346ca05d6a112ec33357684876
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.help.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index 35b97c7e7712..a0ef94de1863 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -89,6 +89,9 @@ AVAILABLE TARGETS o Zip INTERACTIVE VARIABLES: + BUILDTOOLTRACE Run all commands that invoke built tools in strace, + valgrind or a debugger: + BUILDTOOLTRACE='$(DEVENV) /debugexe' PARALLELISM=1 make DEBUG / debug If not empty, build as with --enable-debug. ENABLE_SYMBOLS / enable_symbols If not empty, build as with --enable-symbols. |