We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xmake v2.7.1+master.5c0e53f91
windows 11
根据代码:
xmake/xmake/modules/core/tools/cl.lua
Line 164 in 1bf418b
Line 165 in 1bf418b
the /Ox compiler option enables only a subset of the speed optimization options enabled by /O2.
因此,这里faster和fastest的优化参数是否应该交换一下?
如上描述。
No response
The text was updated successfully, but these errors were encountered:
似乎是,你可以来个 pr 过来
Sorry, something went wrong.
改了
No branches or pull requests
Xmake 版本
xmake v2.7.1+master.5c0e53f91
操作系统版本和架构
windows 11
描述问题
根据代码:
xmake/xmake/modules/core/tools/cl.lua
Line 164 in 1bf418b
xmake/xmake/modules/core/tools/cl.lua
Line 165 in 1bf418b
xmake 将 cl.exe 在最大优化模式下设置为-Ox而非-O2。
根据微软文档 https://docs.microsoft.com/en-us/cpp/build/reference/ox-full-optimization?view=msvc-170 :
因此,这里faster和fastest的优化参数是否应该交换一下?
期待的结果
如上描述。
工程配置
No response
附加信息和错误日志
No response
The text was updated successfully, but these errors were encountered: