1
0

Merge pull request #299 from kairyu/speed-up-compilation

core: Speed up compilation
Esse commit está contido em:
tmk 2016-01-24 10:16:43 +09:00
commit e76c8cafea

Ver arquivo

@ -81,7 +81,8 @@ ifdef KEYMAP_SECTION_ENABLE
endif
# 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