mirror of
https://github.com/hashcat/hashcat
synced 2024-11-24 14:27:14 +01:00
Unset production flag during development phase
This commit is contained in:
parent
28b76bd387
commit
0ac3dcbf76
@ -5,7 +5,7 @@
|
||||
|
||||
SHARED := 0
|
||||
DEBUG := 0
|
||||
PRODUCTION := 1
|
||||
PRODUCTION := 0
|
||||
|
||||
##
|
||||
## Detect Operating System
|
||||
|
Loading…
Reference in New Issue
Block a user