oneMath: debug

This commit is contained in:
2025-06-23 12:40:41 +02:00
parent 4cf7edb420
commit de524dbed1

View File

@@ -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;
}