浏览代码

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

core: Speed up compilation
master
tmk 8 年前
父节点
当前提交
e76c8cafea
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      tmk_core/common.mk

+ 2
- 1
tmk_core/common.mk 查看文件

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