don't strip binary for dev builds

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
Charles Hall 2024-07-13 15:48:07 -04:00 committed by strawberry
parent 3d73b53136
commit 1ab77aeb91
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ commonAttrs = {
];
};
dontStrip = profile == "dev";
buildInputs = lib.optional (featureEnabled "jemalloc") rust-jemalloc-sys';
nativeBuildInputs = [