Limit MSVC concurrent build tasks

This commit is contained in:
Denis Blank 2018-11-18 19:00:38 +01:00
parent 6cd39a2e54
commit 4ae5601563

View File

@ -33,7 +33,7 @@ endif()
target_compile_options(continuable-features-flags
INTERFACE
/MP
/MP2
/bigobj
/permissive-)