Set codegen-units to 1 reduce release binary size (#1920)

This commit is contained in:
George Shuklin 2024-02-21 21:39:03 +02:00 committed by GitHub
parent ef3d462edf
commit da4ceb4c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[profile.release]
lto = true
codegen-units = 1
[[test]]
name = "integration"