aboutsummaryrefslogtreecommitdiff
path: root/tests/core/strip/README.rst
blob: 1b5c1f963e6187ef8e6fa38cb341964fa5166540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
symbol stripping
====================

strip_test
---------

Tests that the global Bazel configuration for stripping are applied to go_binary
targets.
In particular, it tests that stripping is performed iff the bazel flag ``--strip``
is set to ``always`` or ``--strip`` is set to ``sometimes`` and ``--compilation_mode``
is ``fastbuild``.
Additionally, it tests that stack traces still contain the same information when stripping
is enabled.