forked from rarias/jungle
Disable zerocallusedregs in llvm-intel for CUDA
This commit is contained in:
@@ -191,6 +191,8 @@ stdenv.mkDerivation {
|
|||||||
(lib.cmakeBool "LIBCLC_NATIVECPU_HOST_TARGET" false)
|
(lib.cmakeBool "LIBCLC_NATIVECPU_HOST_TARGET" false)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardeningDisable = lib.optionals enableCuda [ "zerocallusedregs" ]; # not supported for nvidia
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|||||||
Reference in New Issue
Block a user