ipn/ipnlocal, engine: avoid runtime/pprof with two usages of ts_omit_debug

Saves 258 KB.

Updates #12614

Change-Id: I37c2f7f916480e3534883f338de4c64d08f7ef2b
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2025-09-30 13:31:38 -07:00
committed by Brad Fitzpatrick
parent f7afb9b6ca
commit 5b09913d64
7 changed files with 14 additions and 25 deletions
+1
View File
@@ -256,6 +256,7 @@ func TestMinTailscaledWithCLI(t *testing.T) {
badSubstrs := []string{
"cbor",
"hujson",
"pprof",
}
deptest.DepChecker{
GOOS: "linux",