-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
点击状态栏build,会触发大量重新编译(可能与msvc的runtime有关) #231
Labels
Comments
加 -vD 看下 logs 然后 看下 |
目前正在赶功能就不触发重编了。。-vD 晚些时候,我再写个复现demo吧。。 这是我目前的
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xmake 版本
2.8.3
操作系统版本和架构
windows10
描述问题
对应的源文件没改动,相关的编译flags也没改动。。但就会发现大量源文件重新编译。
可能的复现方法:
环境:
使用
--policies = "diagnosis.check_build_deps"
查看改动。如图所示,项目中未指定runtimes,按照xmake文档说明,默认都是走MT,但这里不知道为何出现了个MD的比较?
还有个类似的情况,切换成debug,出现MDd的比较?没保留截图。。
暂时较忙,未能提供复现demo,见谅。
期待的结果
尽可能少的重新编译。。太耗时了。。
工程配置
无
附加信息和错误日志
无
The text was updated successfully, but these errors were encountered: