1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 07:28:10 +00:00

Fix -m 8100 module_jit_build_options hook

This commit is contained in:
jsteube 2019-03-02 16:35:24 +01:00
parent 88a051629c
commit 7804611e2f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ use List::Util 'shuffle';
# allows require by filename
use lib "$FindBin::Bin/test_modules";
my $IS_OPTIMIZED = 1;
my $IS_OPTIMIZED = 0;
my $TYPES = [ 'single', 'passthrough', 'verify' ];

View File

@ -5,7 +5,7 @@
## License.....: MIT
##
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable -O"
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable"
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"