build: production profile, justfile adjustments
This commit is contained in:
+4
-2
@@ -55,12 +55,14 @@ debug-assertions = true
|
||||
overflow-checks = true
|
||||
lto = false
|
||||
panic = "unwind"
|
||||
codegen-units = 1
|
||||
incremental = true
|
||||
|
||||
[profile.release-lto]
|
||||
[profile.production]
|
||||
inherits = "release"
|
||||
debug = false
|
||||
strip = true
|
||||
debug-assertions = false
|
||||
overflow-checks = false
|
||||
lto = true
|
||||
incremental = false
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user