Skip to content

Commit

Permalink
Parallelize Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed May 3, 2024
1 parent 07030f2 commit 580a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/SleipnirCompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ macro(sleipnir_compiler_flags target)

target_compile_features(${target} PUBLIC cxx_std_20)
if(MSVC)
target_compile_options(${target} PUBLIC /utf-8 /bigobj)
target_compile_options(${target} PUBLIC /MP /Zf /utf-8 /bigobj)
endif()
endmacro()

0 comments on commit 580a7da

Please sign in to comment.