core: Speed up compilation
This commit is contained in:
parent
fb1fb122a5
commit
42d5d64306
@ -81,7 +81,8 @@ ifdef KEYMAP_SECTION_ENABLE
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Version string
|
# Version string
|
||||||
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
|
VERSION := $(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
|
||||||
|
OPT_DEFS += -DVERSION=$(VERSION)
|
||||||
|
|
||||||
|
|
||||||
# Search Path
|
# Search Path
|
||||||
|
Loading…
Reference in New Issue
Block a user