mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
add custom release profile with debuginfo enabled
This is primarily useful for profiling. Also change the nix package to decide whether to strip based on whether the "release" profile is used.
This commit is contained in:
parent
f0e41ade59
commit
ec01a84efb
2 changed files with 5 additions and 1 deletions
|
|
@ -166,3 +166,7 @@ jemalloc = ["dep:tikv-jemallocator"]
|
|||
rocksdb = ["dep:rocksdb"]
|
||||
sqlite = ["dep:rusqlite", "dep:parking_lot", "tokio/signal"]
|
||||
systemd = ["dep:sd-notify"]
|
||||
|
||||
[profile.release-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue