mirror of https://github.com/yuzu-mirror/yuzu
src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags
The C++ standard allows constexpr variables declared with the extern keyword to have external linkage. Previously MSVC wasn't abiding by this. This just makes the compiler more standards compliant during builds. Given we currently don't make use of anything that would break by this, this is safe to enable.pull/8/head
parent
6ca7241bd9
commit
70c6506a7e
Loading…
Reference in New Issue