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:
parent
814bbb5f72
commit
99e2a4e12d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user