don't strip binary for dev builds
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3d73b53136
commit
1ab77aeb91
|
@ -126,6 +126,8 @@ commonAttrs = {
|
|||
];
|
||||
};
|
||||
|
||||
dontStrip = profile == "dev";
|
||||
|
||||
buildInputs = lib.optional (featureEnabled "jemalloc") rust-jemalloc-sys';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in New Issue