Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | H A D | 25-Apr-2025 | 149 | 7 | 5 | |
README.rst | H A D | 25-Apr-2025 | 442 | 14 | 11 | |
strip_test.go | H A D | 25-Apr-2025 | 6.3 KiB | 271 | 238 |
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