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