chore: reset release codegen-units to default (#3883)

pull/24376/head
Raphael Taylor-Davies 2022-03-01 13:44:14 +00:00 committed by GitHub
parent 48722783f9
commit 43ada68f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"