Disable ht2crack5gpu as ht2crack5opencl supercedes it and ht2crack5gpu can be difficult to get running on setups supporting OpenCL on more than one Nvidia GPU

This commit is contained in:
Philippe Teuwen 2022-01-09 16:21:39 +01:00
commit f11ae25213
11 changed files with 20 additions and 33 deletions

View file

@ -11,7 +11,7 @@ make -j client USE_BREW=1 SKIPREADLINE=1
make -j mfkey
make -j nonce2key
make -j mf_nonce_brute
make -j hitag2crack SKIPGPU=1
make -j hitag2crack SKIPOPENCL=1
make -j fpga_compress
```