From 99e2a4e12d4036a84b5abc692076417153ea1b8b Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 19 Jan 2017 11:54:37 +0100 Subject: [PATCH] Set PRODUCTION back to zero while in development phase --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 643064efb..2abc702fe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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