fixed! (I think)

This commit is contained in:
Simon Gardling
2022-04-27 10:46:58 -04:00
parent 873a4c5a0e
commit a3c8fb31e5
3 changed files with 9 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ threading = ["async-lock", "rayon"]
debug = false
codegen-units = 1
opt-level = "z" #optimize for size
lto = "fat"
#lto = "fat" #causes issues with wasm, disabling for the time being
strip = true
panic = "abort"