diff --git a/pkgs/onemath/default.nix b/pkgs/onemath/default.nix index 9a3e3a03..aad66810 100644 --- a/pkgs/onemath/default.nix +++ b/pkgs/onemath/default.nix @@ -27,6 +27,7 @@ stdenv.mkDerivation rec { }; cmakeBuildType = "RelWithDebInfo"; + dontStrip = true; cmakeFlags = [ (lib.cmakeBool "ENABLE_MKLCPU_BACKEND" enableMkl) @@ -72,5 +73,5 @@ stdenv.mkDerivation rec { cudaPackages.libcusolver ]; - separateDebugInfo = true; + # separateDebugInfo = true; }