oneMath: add debug output

This commit is contained in:
2025-06-23 12:29:18 +02:00
parent d7b40d29df
commit 4cf7edb420

View File

@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-De04PUmI68Jx4rJ+MRb+RepayZCapgnouCUCrAu6G38=";
};
cmakeBuildType = "RelWithDebInfo";
cmakeFlags = [
(lib.cmakeBool "ENABLE_MKLCPU_BACKEND" enableMkl)
(lib.cmakeBool "ENABLE_MKLGPU_BACKEND" enableMkl)
@@ -70,4 +72,5 @@ stdenv.mkDerivation rec {
cudaPackages.libcusolver
];
separateDebugInfo = true;
}