From a54c25e0770fd69a721c4bdeff1e8ac672f2e3d2 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 10 May 2024 22:34:16 +0800 Subject: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 时候卡住 -- cgit v1.3.1