Closed dj8yfo closed 3 months ago
@race-of-sloths include
@dj8yfo Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Are you going to win race-of-sloths this month? If so, you should speed up! Run, Sloth, run!
[
it was noticed that default suggestions to enable backtrace only produce confusion, as backtrace info without source code is more confusing than helpful:
current (in main)
RUST_BACKTRACE=1 cargo near build
current (in main)RUST_BACKTRACE=full cargo near build
from this pr
RUST_BACKTRACE=1 cargo near build
from this prRUST_BACKTRACE=full cargo near build
this beefs up the binary size twice, doing a plain
debug = true
for release profile results in 250 MB binaryalternative to this is #196