Skip to content

Commit

Permalink
Enable /MP on MSVC for faster builds (#777)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed May 9, 2024
1 parent 8270c82 commit d83c236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/CompilerOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function(sourcemeta_jsonbinpack_add_compile_options visibility target)
/permissive-
/W4
/WL
/MP
/sdl)
else()
target_compile_options("${target}" ${visibility}
Expand Down

0 comments on commit d83c236

Please sign in to comment.