oneMath: debug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user