1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-04 22:49:15 +00:00

Unset PRODUCTION option

This commit is contained in:
Jens Steube 2021-07-16 23:03:11 +02:00
parent 84082a952e
commit 261e0f42ab
2 changed files with 3 additions and 1 deletions

View File

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

View File

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