1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Unset PRODUCTION option

This commit is contained in:
Jens Steube 2021-08-29 17:45:39 +02:00
parent 4aadb3a2f1
commit 5769c99686
2 changed files with 3 additions and 1 deletions

View File

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

View File

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