cleanup + .cargo/config.toml

This commit is contained in:
Simon Gardling
2022-03-01 09:08:22 -05:00
parent 985e2cfec5
commit b28b81950d
4 changed files with 30 additions and 58 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ["-C", "linker-plugin-lto=yes", "-C", "linker=/usr/bin/lld", "-C", "inline-threshold=275"]