misc: update release profile for optimised builds
This commit is contained in:
@@ -15,3 +15,7 @@ panic = "abort" # Cranelift does not support stack unwinds.
|
||||
lto = false
|
||||
debug = true
|
||||
incremental = false # sccache does not support caching incremental crates.
|
||||
|
||||
[profile.release]
|
||||
incremental = true
|
||||
lto = "fat"
|
||||
|
||||
Reference in New Issue
Block a user