don't strip binary for dev builds
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3d73b53136
commit
1ab77aeb91
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ commonAttrs = {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dontStrip = profile == "dev";
|
||||||
|
|
||||||
buildInputs = lib.optional (featureEnabled "jemalloc") rust-jemalloc-sys';
|
buildInputs = lib.optional (featureEnabled "jemalloc") rust-jemalloc-sys';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue