don't strip binary for dev builds

This commit is contained in:
Charles Hall 2024-06-05 16:41:38 -07:00
parent 972c25beca
commit 0bd2c43dab
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

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