dont remove infinite lifetime components on revive, looks like lto and strip work fine

This commit is contained in:
bgkillas 2024-10-09 19:41:25 -04:00
parent 9afb13b4cb
commit 62b056956a
3 changed files with 29 additions and 27 deletions

View file

@ -57,10 +57,12 @@ opt-level = 1
[profile.release-lto]
inherits = "release"
lto = true
strip = true
# Lto seems to be broken for some reason?
#lto = "thin"
[profile.release-debug]
inherits = "release"
debug = true
lto = false
lto = false