use noslog build tag

This commit is contained in:
soypat
2026-09-03 06:57:54 -07:00
parent 3669a15147
commit 88bd43bdd3
+1 -1
View File
@@ -1,7 +1,7 @@
[
{
"name":"Stack MWE",
"build":"go build -o=mwe.elf ./examples/min-working-example",
"build":"go build -o=mwe.elf -tags=noslog ./examples/min-working-example",
"elf":"mwe.elf"
}
]