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