diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-06-22 19:12:04 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-10 14:46:44 +0100 |
commit | d29a5b367c20c979ec9349dda85a4b947742cb2a (patch) | |
tree | 6266aa516c057ed3f14b5441fc0bbe6ae908bdff /solenv/gbuild/gbuild.help.txt | |
parent | d85029d38034a392079316daeca2ca6a82f65349 (diff) |
bring back precompiled headers support
This is mostly a revert of 992757cc5ebfb1df42636b8d3269cdbc10fc4148
and bc78ac68c2492e63a680f68b524c4a51179ea83e, with tweaks to apply.
Also only MSVC support for now.
Change-Id: Ia926b3c28125b52012156ccfd47932837b09d20a
Diffstat (limited to 'solenv/gbuild/gbuild.help.txt')
-rw-r--r-- | solenv/gbuild/gbuild.help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index 83b4550d9b93..8c30402f3ef5 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -66,7 +66,7 @@ INTERACTIVE VARIABLES: 3... = degugging information + no optimizations + extra debug output (usually extremely verbose). Levels > 2 are not used very much. - + ENABLE_PCH If not empty, use precompiled headers. TIMELOG / timelog If not empty enable the RTL_LOGFILE_* time logging facility. export RTL_LOGFILE=rtl_logfile.nopid when running office, to |