Fix lto option in cargo profile (#64)
Raised in https://github.com/knurling-rs/app-template/pull/61#issuecomment-1166687101.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ debug = 2
|
|||||||
debug-assertions = false # <-
|
debug-assertions = false # <-
|
||||||
incremental = false
|
incremental = false
|
||||||
# see comment in the profile.release section
|
# see comment in the profile.release section
|
||||||
lto = 'false'
|
lto = false
|
||||||
opt-level = 3 # <-
|
opt-level = 3 # <-
|
||||||
overflow-checks = false # <-
|
overflow-checks = false # <-
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user