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 = [