mirror of
https://github.com/RoboSats/robo-identities.git
synced 2025-07-30 06:31:41 +00:00
14 lines
346 B
TOML
14 lines
346 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"robohash",
|
|
"robonames",
|
|
"wasm"
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 's' # 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* |