Replies: 3 comments
-
用 dev 版本试试,我记得 dev 版本应该没这个问题。https://github.com/xmake-io/xmake/releases/download/v2.8.9/xmake-dev.win64.exe |
Beta Was this translation helpful? Give feedback.
0 replies
-
if is_host("windows") then
add_cxxflags("/EHsc")
end 可以暂时让它闭嘴。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题:C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\ostream(779): warning C4530: 使用了 C++ 异常处理程序,但未启用展开语义。请指定 /EHsc

过程:
创建xmake项目后,使用xmake命令出现的问题
平台是Win10,采用scoop安装方式
Beta Was this translation helpful? Give feedback.
All reactions