基于Emakefile的多进程编译器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
SisMaker 0d68799d6e ft: 优化小于批量编译数量时 拆分一个进程一个文件的编译 将编译目录添加到代码目录 全编译的时候 会删除清理输出目录 6 months ago
src ft: 优化小于批量编译数量时 拆分一个进程一个文件的编译 将编译目录添加到代码目录 全编译的时候 会删除清理输出目录 6 months ago
.gitignore ft: 初始化提交 3 years ago
LICENSE ft: 初始化提交 3 years ago
README.md ft: 编译时不检车头文件 2 years ago
rebar.config 更新 'rebar.config' 1 year ago

README.md

eMake

erlang 多进程编译器

Build

$ rebar3 escriptize   ->   eMake
将编译得到 _build/default/bin 下面的eMake eMake.cmd 文件复制到工作目录或者添加到环境变量即可使用

eg

参数可选 all nohrl
eMake
eMake all nohrl
eMake "./Emakefile"
eMake  4
eMake "./Emakefile" 4
eMake "./Emakefile" 4 "[noexec, debug_info]"
可以在编译之后修改代码指定默认的 Emakefile文件