Skip to content

Commit

Permalink
Add /MP flag back for win
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Sep 3, 2024
1 parent 5a500a0 commit 1eaf06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/platform/windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(PLATFORM_COMPILER_OPTIONS
${PLATFORM_COMPILER_OPTIONS}

/wd4005 /wd4819 /wd4828 /wd5033
/permissive- /utf-8
/permissive- /utf-8 /MP
)

if(CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down

0 comments on commit 1eaf06c

Please sign in to comment.