mirror of
https://github.com/soypat/lneto.git
synced 2026-09-05 06:19:05 +00:00
don't go ham on removing fmt useful data
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user