Skip to content

Commit

Permalink
Improve build time with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
t-h-e authored and droidmonkey committed May 12, 2024
1 parent f093291 commit da90319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ if (MSVC)
if(MSVC_TOOLSET_VERSION LESS 141)
message(FATAL_ERROR "Only Microsoft Visual Studio 17 and newer are supported!")
endif()
add_compile_options(/permissive- /utf-8)
add_compile_options(/permissive- /utf-8 /MP)
if(IS_DEBUG_BUILD)
add_compile_options(/Zf)
if(MSVC_TOOLSET_VERSION GREATER 141)
Expand Down

0 comments on commit da90319

Please sign in to comment.