Don't enable LTO in the dev profile

This commit is contained in:
Jonas Schievink
2020-08-31 13:57:24 +02:00
parent e1ec5a6cf3
commit c546adbd4b
-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 # <-