mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-01 05:44:19 +01:00
strip debuginfo on release profile
This commit is contained in:
@@ -3,7 +3,9 @@ name = "sphinx-key-broker"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
default-run = "sphinx-key-broker"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[profile.release]
|
||||
strip = "debuginfo"
|
||||
|
||||
[dependencies]
|
||||
sphinx-key-parser = { path = "../parser" }
|
||||
|
||||
Reference in New Issue
Block a user