diff --git a/CMakeLists.txt b/CMakeLists.txt index fc1fa967af715..df6eabf9b94c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,6 +235,7 @@ if(WIN32) target_compile_options(core_interface INTERFACE /utf-8 /Zc:__cplusplus + /sdl ) # Improve parallelism in MSBuild. # See: https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/.