mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
15 lines
534 B
Diff
15 lines
534 B
Diff
diff --git a/go/private/rules/test.bzl b/go/private/rules/test.bzl
|
|
index 1283776a..bc868296 100644
|
|
--- a/go/private/rules/test.bzl
|
|
+++ b/go/private/rules/test.bzl
|
|
@@ -124,9 +124,6 @@ def _go_test_impl(ctx):
|
|
)
|
|
|
|
test_gc_linkopts = gc_linkopts(ctx)
|
|
- if not go.mode.debug:
|
|
- # Disable symbol table and DWARF generation for test binaries.
|
|
- test_gc_linkopts.extend(["-s", "-w"])
|
|
|
|
# Link in the run_dir global for bzltestutil.
|
|
# We add "+initfirst/" to the package path so the package is initialized
|