mirror of
https://github.com/soypat/lneto.git
synced 2026-09-07 23:39:04 +00:00
prevent aggressive DCE in MWE w/ TinyGo and cull fmt package (#196)
* cull fmt package use and prevent aggressive DCE in MWE example with TinyGo * add noslog build tag and small reference section to README * add memci * fix ci * whoops, forgot memci.json to gitignore * whoops x2 * use noslog build tag * don't go ham on removing fmt useful data * remove old benchmarking CI
This commit is contained in:
@@ -290,3 +290,11 @@ The document has moved
|
||||
</BODY></HTML>
|
||||
success
|
||||
```
|
||||
|
||||
## Reference
|
||||
|
||||
### Build tags
|
||||
|
||||
- `debugheaplog`: All logging calls are enabled and all will print out heap information. Warning: Heavy cost on some TinyGo garbage collectors which do not cache the GC statistics
|
||||
- `noslog`: All slog package logging calls omitted.
|
||||
- `xnetdebug`: Packet capture printing to standard output enabled on `xnet.StackAsync` Ethernet and IP receive and send methods
|
||||
|
||||
Reference in New Issue
Block a user