mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Bring back CUDA_CACHE_DISABLE=1 because users report to have problems without it
This commit is contained in:
parent
124d10989c
commit
c3fc50294f
@ -303,10 +303,8 @@ void setup_environment_variables ()
|
||||
if (getenv ("OCL_CODE_CACHE_ENABLE") == NULL)
|
||||
putenv ((char *) "OCL_CODE_CACHE_ENABLE=0");
|
||||
|
||||
/*
|
||||
if (getenv ("CUDA_CACHE_DISABLE") == NULL)
|
||||
putenv ((char *) "CUDA_CACHE_DISABLE=1");
|
||||
*/
|
||||
|
||||
if (getenv ("POCL_KERNEL_CACHE") == NULL)
|
||||
putenv ((char *) "POCL_KERNEL_CACHE=0");
|
||||
|
Loading…
Reference in New Issue
Block a user