mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
build(guest): strip release symbols
Configure guest release profiles with debug = 0 and strip = "symbols" so deployed RISC Zero artifacts use stripped binaries. Document that release-profile ImageIDs are canonical for testnet and mainnet deployments and dependent values must be refreshed.
This commit is contained in:
@@ -5,6 +5,10 @@ edition = "2021"
|
||||
|
||||
[workspace]
|
||||
|
||||
[profile.release]
|
||||
debug = 0
|
||||
strip = "symbols"
|
||||
|
||||
[[bin]]
|
||||
name = "stablecoin"
|
||||
path = "src/bin/stablecoin.rs"
|
||||
|
||||
Reference in New Issue
Block a user