Set PRODUCTION back to zero while in development phase

pull/981/head
Jens Steube 7 years ago
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…
Cancel
Save