Name Date Size #Lines LOC

..--

BUILD.bazelH A D25-Apr-2025149 75

README.rstH A D25-Apr-2025442 1411

strip_test.goH A D25-Apr-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