Replies: 3 comments
-
I vote to use MD/MDd by default as this is the default for Visual Studio generated projects (it's also safer than MT when using .dll) |
Beta Was this translation helpful? Give feedback.
-
Best to keep in mind this problem: https://developercommunity.visualstudio.com/t/Access-violation-with-std::mutex::lock-a/10664660#T-N10668856
|
Beta Was this translation helpful? Give feedback.
-
you can try this patch. #5626 set_policy("compatibility.version", "3.0") |
Beta Was this translation helpful? Give feedback.
-
The current version of xmake does not add any msvc flags by default, and the compiler will use the MT/MTd runtime by default.
In a future xmake 3.0 release, would you consider changing to use the MD/MDd runtime by default?
26 votes ·
Beta Was this translation helpful? Give feedback.
All reactions