Skip to content

Commit 90e2644

Browse files
authored
Enable /MP on MSVC for faster builds (#148)
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 30ebeb4 commit 90e2644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/CompilerOptions.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function(sourcemeta_hydra_add_compile_options target)
66
/permissive-
77
/W4
88
/WL
9+
/MP
910
/sdl)
1011
else()
1112
target_compile_options("${target}" PRIVATE

0 commit comments

Comments
 (0)