Merge pull request #7 from knurling-rs/no-lto

Don't enable LTO in the dev profile
This commit is contained in:
Jorge Aparicio
2020-08-31 13:03:41 +00:00
committed by GitHub
-1
View File
@@ -39,7 +39,6 @@ codegen-units = 1
debug = 2
debug-assertions = true # <-
incremental = false
lto = 'fat'
opt-level = 3 # <-
overflow-checks = true # <-