Removed codegen unit restriction for dev builds

This commit is contained in:
Forest Anderson 2022-07-04 14:18:18 -04:00
parent eb0b5998ab
commit a0b7fefef6

View File

@ -35,7 +35,6 @@ overflow-checks = true
debug-assertions = true debug-assertions = true
panic = "abort" panic = "abort"
debug = false debug = false
codegen-units = 8
lto = false lto = false
incremental = true incremental = true
# All packages that aren't members of this workspace # All packages that aren't members of this workspace