build: codegen-units = 1

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-03 14:22:14 +03:00
parent 629caef9e9
commit 6e2fb6eae7

View file

@ -8,6 +8,7 @@ strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true
codegen-units = 1
[lints.rust]
unsafe_code = "forbid"