1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00

Unset PRODUCTION option

This commit is contained in:
Jens Steube 2022-09-02 17:23:37 +02:00
parent e5b3023636
commit 9de24b8598
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* changes v6.2.6 -> v6.2.x
* changes v6.2.5 -> v6.2.6
##

View File

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