Join Discord
Powered by
In terms of reducing size, `bmcd` is being a typic...
# │firmware-dev
c
CFSworks
08/16/2024, 3:01 AM
In terms of reducing size,
bmcd
is being a typical Rust program and taking up 10MiB. Switching the panic mechanism to abort generally helps save some space, at the expense of losing tracebacks.
Previous
Next