mirror of
https://github.com/hashcat/hashcat
synced 2024-11-06 11:40:38 +01:00
Do not unroll -m 10900 based algorithms, it takes ages to compile with latest NV drivers
This commit is contained in:
parent
fa293bb409
commit
5b26567cb6
@ -113,6 +113,9 @@
|
||||
#if KERN_TYPE == 10700
|
||||
#undef _unroll
|
||||
#endif
|
||||
#if KERN_TYPE == 10900
|
||||
#undef _unroll
|
||||
#endif
|
||||
#if KERN_TYPE == 12300
|
||||
#undef _unroll
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user