If anyone has some cycles and wants to run a test ...
# development
w
If anyone has some cycles and wants to run a test for me, that would be appreciated. Checking the size of the generated engine’s symbols on Linux running
cargo build —release
for
debug = 1
and
debug = “line-tables-only”
c
on x86_64 Linux I get 16 MiB with
1
and 13 MiB with
line-tables-only
w
👍 Thanks, so similar to what I was seeing then - very small improvement.