don't go ham on removing fmt useful data

This commit is contained in:
soypat
2026-09-04 06:27:05 -07:00
parent 88bd43bdd3
commit 3d15e0ff7b
6 changed files with 54 additions and 7 deletions
+7 -1
View File
@@ -3,5 +3,11 @@
"name":"Stack MWE",
"build":"go build -o=mwe.elf -tags=noslog ./examples/min-working-example",
"elf":"mwe.elf"
},
{
"name":"Stack MWE pico",
"build":"tinygo build -o=mwe-pico.elf -target=pico -tags=noslog -panic=trap ./examples/min-working-example",
"elf":"mwe-pico.elf",
"mem":true
}
]
]