mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-23 21:02:27 +00: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
|
#if KERN_TYPE == 10700
|
||||||
#undef _unroll
|
#undef _unroll
|
||||||
#endif
|
#endif
|
||||||
|
#if KERN_TYPE == 10900
|
||||||
|
#undef _unroll
|
||||||
|
#endif
|
||||||
#if KERN_TYPE == 12300
|
#if KERN_TYPE == 12300
|
||||||
#undef _unroll
|
#undef _unroll
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user