chore: reset release codegen-units to default (#3883)
parent
48722783f9
commit
43ada68f37
|
@ -93,7 +93,7 @@ exclude = [
|
|||
# This profile optimizes for runtime performance and small binary size at the expense of longer
|
||||
# build times. It's most suitable for final release builds.
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
codegen-units = 16
|
||||
debug = true
|
||||
lto = "thin"
|
||||
|
||||
|
|
Loading…
Reference in New Issue