1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 18:08:20 +00:00

Set PRODUCTION back to zero while in development phase

This commit is contained in:
Jens Steube 2017-01-19 11:54:37 +01:00
parent 814bbb5f72
commit 99e2a4e12d

View File

@ -111,7 +111,7 @@ COMPTIME := $(shell date +%s)
VERSION_EXPORT := $Format:%D$
VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)"|cut -d, -f2|$(SED) -r 's|.* (\w+/)?([^ ]+)|\2|')
PRODUCTION := 1
PRODUCTION := 0
##
## General compiler and linker options