mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
dont remove infinite lifetime components on revive, looks like lto and strip work fine
This commit is contained in:
parent
9afb13b4cb
commit
62b056956a
3 changed files with 29 additions and 27 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue