• Home
Name Date Size #Lines LOC

..--

BUILD.bazelD04-Jul-2025149 75

README.rstD04-Jul-2025442 1411

strip_test.goD04-Jul-20256.3 KiB271238

README.rst

1symbol stripping
2====================
3
4strip_test
5---------
6
7Tests that the global Bazel configuration for stripping are applied to go_binary
8targets.
9In particular, it tests that stripping is performed iff the bazel flag ``--strip``
10is set to ``always`` or ``--strip`` is set to ``sometimes`` and ``--compilation_mode``
11is ``fastbuild``.
12Additionally, it tests that stack traces still contain the same information when stripping
13is enabled.
14