feat: add release settings
All checks were successful
Continuous integration / Check (push) Successful in 31s
Continuous integration / Test Suite (push) Successful in 30s
Continuous integration / Rustfmt (push) Successful in 29s
Continuous integration / Clippy (push) Successful in 31s
Continuous integration / build (push) Successful in 34s
renovate / renovate (push) Successful in 32s
All checks were successful
Continuous integration / Check (push) Successful in 31s
Continuous integration / Test Suite (push) Successful in 30s
Continuous integration / Rustfmt (push) Successful in 29s
Continuous integration / Clippy (push) Successful in 31s
Continuous integration / build (push) Successful in 34s
renovate / renovate (push) Successful in 32s
This commit is contained in:
parent
b42b8f5ced
commit
6aed675ecc
@ -6,3 +6,11 @@ edition = "2021"
|
||||
[dependencies]
|
||||
rand = "0.9.0"
|
||||
rocket = "0.5.1"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 'z' # Optimize for size
|
||||
lto = true # Enable link-time optimization
|
||||
codegen-units = 1 # Reduce number of codegen units to increase optimizations
|
||||
panic = 'abort' # Abort on panic
|
||||
strip = true # Strip symbols from binary*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user