diff --git a/CMakeLists.txt b/CMakeLists.txt index ce9a9d2d..c9aa5db8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,7 @@ if (MSVC) /Zc:externConstexpr # Allows external linkage for variables declared "extern constexpr", as the standard permits. /Zc:inline # Omits inline functions from object-file output. /Zc:throwingNew # Assumes new (without std::nothrow) never returns null. + /volatile:iso # Use strict standard-abiding volatile semantics /DNOMINMAX) if (DYNARMIC_WARNINGS_AS_ERRORS)