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:
Johann Hemmann
2022-06-27 14:46:28 +02:00
committed by GitHub
parent b4327d0259
commit 5413c2c24b
+1 -1
View File
@@ -63,7 +63,7 @@ debug = 2
debug-assertions = false # <-
incremental = false
# see comment in the profile.release section
lto = 'false'
lto = false
opt-level = 3 # <-
overflow-checks = false # <-