diff options
| author | ruki <[email protected]> | 2020-03-14 10:24:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-14 10:24:31 +0800 |
| commit | b642b7b9929f82cabf4e0c15e9243482577e0245 (patch) | |
| tree | be143f4afdaaf87fa35a78da3cbcbccf8567e43d | |
| parent | 20eff88a7ef198356a19a28346d19d76acf7d140 (diff) | |
update changelogs
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ac38c60..152d0de39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * Add powershell theme for powershell terminal * Add `xmake --dry-run -v` to dry run building target and only show verbose build command. +### Change + +* [#589](https://github.com/xmake-io/xmake/issues/589): Improve and optimize build speed, supports parallel compilation and linking across targets + ## v2.3.1 ### New features @@ -691,6 +695,10 @@ * 添加powershell色彩主题用于powershell终端下背景色显示 * 添加`xmake --dry-run -v`命令去空运行构建,仅仅为了查看详细的构建命令 +### 改进 + +* [#589](https://github.com/xmake-io/xmake/issues/589): 改进优化构建速度,支持跨目标间并行编译和link,编译速度和ninja基本持平 + ## v2.3.1 ### 新特性 |
