strip debuginfo on release profile

This commit is contained in:
Evan Feenstra
2022-09-22 18:20:54 -07:00
parent 82e491e842
commit 54ce203b60

View File

@@ -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" }