1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Unset PRODUCTION option

This commit is contained in:
Jens Steube 2021-05-14 19:28:39 +02:00
parent 97a8f34251
commit a5bb988f92
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* changes v6.2.0 -> v6.x.x
* changes v6.1.1 -> v6.2.0
##

View File

@ -5,7 +5,7 @@
SHARED ?= 0
DEBUG := 0
PRODUCTION := 1
PRODUCTION := 0
PRODUCTION_VERSION := v6.2.0
ENABLE_CUBIN ?= 1
ENABLE_BRAIN ?= 1