configuration changes to reduce binary size

This commit is contained in:
Fabian Kaczmarczyck
2021-06-18 14:52:03 +02:00
committed by kaczmarczyck
parent c7750a4e8c
commit 9ca17b17e1
2 changed files with 5 additions and 0 deletions

View File

@@ -44,3 +44,4 @@ lto = true # Link Time Optimization usually reduces size of binaries and static
panic = "abort"
lto = true # Link Time Optimization usually reduces size of binaries and static libraries
opt-level = "z"
codegen-units = 1