1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-23 13:02:06 +00:00

Unset production flag during development phase

This commit is contained in:
jsteube 2017-10-28 12:17:58 +02:00
parent 28b76bd387
commit 0ac3dcbf76

View File

@ -5,7 +5,7 @@
SHARED := 0 SHARED := 0
DEBUG := 0 DEBUG := 0
PRODUCTION := 1 PRODUCTION := 0
## ##
## Detect Operating System ## Detect Operating System