diff options
| author | ruki <[email protected]> | 2021-10-28 00:37:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-28 00:37:45 +0800 |
| commit | eb08e0fe247e681f2c9dd1184ac96ac16ba71641 (patch) | |
| tree | 43139127869cbaf2569107f5144445130ce921ce | |
| parent | 020ec323df6377390fe144e8af78dd7cc741ec0b (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3243da493..c983d79be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * [#1528](https://github.com/xmake-io/xmake/issues/1528): Check c++17/20 features * [#1729](https://github.com/xmake-io/xmake/issues/1729): Improve C++20 modules for clang/gcc/msvc, support inter-module dependency compilation and parallel optimization +* [#1779](https://github.com/xmake-io/xmake/issues/1779): Remove builtin `-Gd` for ml.exe/x86 ## v2.5.8 @@ -1127,6 +1128,7 @@ * [#1528](https://github.com/xmake-io/xmake/issues/1528): 检测 c++17/20 特性 * [#1729](https://github.com/xmake-io/xmake/issues/1729): 改进 C++20 modules 对 clang/gcc/msvc 的支持,支持模块间依赖编译和并行优化 +* [#1779](https://github.com/xmake-io/xmake/issues/1779): 改进 ml.exe/x86,移除内置的 `-Gd` 选项 ## v2.5.8 |
