1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 13:40:56 +00:00

Unset PRODUCTION option

This commit is contained in:
Jens Steube 2021-06-13 15:12:33 +02:00
parent 9908cb184b
commit c6b10bb0b6
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* changes v6.2.2 -> v6.2.x
* changes v6.2.1 -> v6.2.2
##

View File

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