configuration changes to reduce binary size
This commit is contained in:
committed by
kaczmarczyck
parent
c7750a4e8c
commit
9ca17b17e1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user