Browse Source

core: Speed up compilation

tags/v2.9
Kai Ryu 8 years ago
parent
commit
42d5d64306
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      tmk_core/common.mk

+ 2
- 1
tmk_core/common.mk View File

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…
Cancel
Save