aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master/docs
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-08-29 08:56:37 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-08-29 09:42:52 +0000
commit15c09dd1b5dbd7e76fe42d193a79dab8bfc24abc (patch)
treee6df9943f0f96c095a6f91240a8f4bc3a84708d9 /site/versions/master/docs
parent6f2e6fb1eff1a7a265778abf1eb32a850765599e (diff)
Replace doc pages with redirects to versioned doc pages.
* Add a new `redirect` Jekyll layout. * Replace all pages under docs/ with redirects to corresponding page under versions/master/. * Prepend links on Documentation sidebar, including generated navs for the Skylark Library and Build Encyclopedia, with prefix for versioned directory. * Add code to both the internal jekyll-config.sh and external jekyll-tree.sh to add redirect pages for the Skylark Library and Build Encyclopedia. * Bring the branched User Manual doc up to date with latest changes. -- MOS_MIGRATED_REVID=131568800
Diffstat (limited to 'site/versions/master/docs')
-rw-r--r--site/versions/master/docs/bazel-user-manual.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/site/versions/master/docs/bazel-user-manual.html b/site/versions/master/docs/bazel-user-manual.html
index 794497490c..3480529df0 100644
--- a/site/versions/master/docs/bazel-user-manual.html
+++ b/site/versions/master/docs/bazel-user-manual.html
@@ -684,7 +684,6 @@ $ bazel fetch //...
<li>Use the same values of these options as specified in the request
configuration:
<code class='flag'>--compiler</code>,
- <code class='flag'>--thin_archives</code>,
<code class='flag'>--use_ijars</code>,
<code class='flag'>--java_toolchain</code>,
If <code class='flag'>--host_crosstool_top</code> is used, then the value of
@@ -1892,20 +1891,6 @@ cores directly from system configuration and will assume 1.0 I/O resource.
that were successfully analyzed.
</p>
-<h4 id='flag--thin_archives'><code class='flag'>--[no]thin_archives</code></h4>
-<p>
- This option enables use of <i>thin archives</i>, an optimization which avoids
- duplicating the content of object files when they are placed in archive
- libraries; the archive library references the object file by name, and the
- linker follows this reference as needed. This may give a speedup for C++
- builds, especially when building a single large executable from clean.
-</p>
-
-<p>
- This option is enabled by default;
- use <code class='flag'>--nothin_archives</code> to disable.
-</p>
-
<h4 id='flag--use_ijars'><code class='flag'>--[no]use_ijars</code></h4>
<p>
This option changes the way <code>java_library</code> targets are