re-organize version info to be in the most likely enabled order
This commit is contained in:
parent
1f96830f10
commit
4bcbaa4549
1 changed files with 5 additions and 5 deletions
10
config.mk
10
config.mk
|
|
@ -35,6 +35,11 @@ ifeq ($(GITHASH),)
|
||||||
else
|
else
|
||||||
VERSION := $(VERSION)"\\ngit hashing enabled"
|
VERSION := $(VERSION)"\\ngit hashing enabled"
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(EXPLAIN),)
|
||||||
|
VERSION := $(VERSION)"\\nexplinations disabled"
|
||||||
|
else
|
||||||
|
VERSION := $(VERSION)"\\nexplinations enabled"
|
||||||
|
endif
|
||||||
ifeq ($(ERR),)
|
ifeq ($(ERR),)
|
||||||
VERSION := $(VERSION)"\\nerrors disabled"
|
VERSION := $(VERSION)"\\nerrors disabled"
|
||||||
else
|
else
|
||||||
|
|
@ -45,10 +50,5 @@ ifeq ($(PERF),)
|
||||||
else
|
else
|
||||||
VERSION := $(VERSION)"\\nperformance logging enabled"
|
VERSION := $(VERSION)"\\nperformance logging enabled"
|
||||||
endif
|
endif
|
||||||
ifeq ($(EXPLAIN),)
|
|
||||||
VERSION := $(VERSION)"\\nexplinations disabled"
|
|
||||||
else
|
|
||||||
VERSION := $(VERSION)"\\nexplinations enabled"
|
|
||||||
endif
|
|
||||||
|
|
||||||
CC = cc
|
CC = cc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue