Disable debug in openblas

This commit is contained in:
Alejandro Gallo 2022-09-13 15:00:06 +02:00
parent 8abc516b1f
commit 2895fd25a3

View File

@ -13,7 +13,8 @@ let
); );
*/ */
myopenblas = pkgs.enableDebugging pkgs.openblas; #myopenblas = pkgs.enableDebugging pkgs.openblas;
myopenblas = pkgs.openblas;
in in