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
|
||||
VERSION := $(VERSION)"\\ngit hashing enabled"
|
||||
endif
|
||||
ifeq ($(EXPLAIN),)
|
||||
VERSION := $(VERSION)"\\nexplinations disabled"
|
||||
else
|
||||
VERSION := $(VERSION)"\\nexplinations enabled"
|
||||
endif
|
||||
ifeq ($(ERR),)
|
||||
VERSION := $(VERSION)"\\nerrors disabled"
|
||||
else
|
||||
|
|
@ -45,10 +50,5 @@ ifeq ($(PERF),)
|
|||
else
|
||||
VERSION := $(VERSION)"\\nperformance logging enabled"
|
||||
endif
|
||||
ifeq ($(EXPLAIN),)
|
||||
VERSION := $(VERSION)"\\nexplinations disabled"
|
||||
else
|
||||
VERSION := $(VERSION)"\\nexplinations enabled"
|
||||
endif
|
||||
|
||||
CC = cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue