summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-05-10 22:34:16 +0800
committerruki <[email protected]>2024-05-10 22:34:16 +0800
commita54c25e0770fd69a721c4bdeff1e8ac672f2e3d2 (patch)
tree8961de7d1e83a24e1c26da2e1220ed898191f278
parent3a0714384a64076168984ec2bf207d2cf16b113e (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32a5de3b1..d97ce6f0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@
* [#5060](https://github.com/xmake-io/xmake/issues/5060): Support Verilator target build to static library
* [#5074](https://github.com/xmake-io/xmake/pull/5074): Add `xrepo download` command to download package source
+### Changes
+
+* [#5077](https://github.com/xmake-io/xmake/issues/5077): Use x64 host compiler for msvc when building x86 target
+
### Bugs Fixed
* [#5059](https://github.com/xmake-io/xmake/issues/5059): Fix load huge targets stuck
@@ -1808,6 +1812,10 @@
* [#5060](https://github.com/xmake-io/xmake/issues/5060): 支持 Verilator 静态库目标构建
* [#5074](https://github.com/xmake-io/xmake/pull/5074): 添加 `xrepo download` 命令去快速下载包源码
+### 改进
+
+* [#5077](https://github.com/xmake-io/xmake/issues/5077): 当构建 x86 目标时,使用 x64 的 msvc 编译工具
+
### Bugs 修复
* [#5059](https://github.com/xmake-io/xmake/issues/5059): 修复加载大量 targets 时候卡住