From 1ab77aeb9143cd0c3ff6ac750a8bef68b0455250 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Sat, 13 Jul 2024 15:48:07 -0400 Subject: [PATCH] don't strip binary for dev builds Signed-off-by: strawberry --- nix/pkgs/main/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/pkgs/main/default.nix b/nix/pkgs/main/default.nix index e3d23a43..ffb1de96 100644 --- a/nix/pkgs/main/default.nix +++ b/nix/pkgs/main/default.nix @@ -126,6 +126,8 @@ commonAttrs = { ]; }; + dontStrip = profile == "dev"; + buildInputs = lib.optional (featureEnabled "jemalloc") rust-jemalloc-sys'; nativeBuildInputs = [