aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2017-04-13 08:54:10 +0000
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-04-13 12:50:26 +0200
commit724706ba4836c3366fc85b40ed50ccf92f4c3882 (patch)
treeff3abeafec23817d4cbcfa8f6cb426c1846bae65 /site
parentac080775d911682551f52e44ccf32658fe619769 (diff)
Do not add a build id to C++ binaries by default.
Fixes #2805. RELNOTES: None. PiperOrigin-RevId: 153039178
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/bazel-user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/bazel-user-manual.html b/site/versions/master/docs/bazel-user-manual.html
index 7b457dddc1..d43c3f8259 100644
--- a/site/versions/master/docs/bazel-user-manual.html
+++ b/site/versions/master/docs/bazel-user-manual.html
@@ -2310,7 +2310,7 @@ either to the terminal, or to additional log files.
&gt;&gt;&gt;&gt;&gt; # //examples/cpp:hello-world [action 'Linking examples/cpp/hello-world']
(cd /home/jrluser/.cache/bazel/_bazel_jrluser/4c084335afceb392cfbe7c31afee3a9f/bazel && \
exec env - \
- /usr/bin/gcc -o bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world -B/usr/bin/ -Wl,-z,relro,-z,now -no-canonical-prefixes -pass-exit-codes '-Wl,--build-id=md5' '-Wl,--hash-style=gnu' -Wl,-S -Wl,@bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world-2.params)
+ /usr/bin/gcc -o bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world -B/usr/bin/ -Wl,-z,relro,-z,now -no-canonical-prefixes -pass-exit-codes -Wl,-S -Wl,@bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world-2.params)
</pre>
<p>
Where possible, commands are printed in a Bourne shell compatible syntax,