Skip to content
Snippets Groups Projects
Commit 7a2237a3 authored by Dave Houlton's avatar Dave Houlton
Browse files

DRTVWR-497 restore parallel builds for x64 VS2017

parent 0af47fe7
No related branches found
No related tags found
No related merge requests found
...@@ -66,8 +66,9 @@ if (WINDOWS) ...@@ -66,8 +66,9 @@ if (WINDOWS)
# CP changed to only append the flag for 32bit builds - on 64bit builds, # CP changed to only append the flag for 32bit builds - on 64bit builds,
# locally at least, the build output is spammed with 1000s of 'D9002' # locally at least, the build output is spammed with 1000s of 'D9002'
# warnings about this switch being ignored. # warnings about this switch being ignored.
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
if( ADDRESS_SIZE EQUAL 32 ) if( ADDRESS_SIZE EQUAL 32 )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /p:PreferredToolArchitecture=x64") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /p:PreferredToolArchitecture=x64")
endif() endif()
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO set(CMAKE_CXX_FLAGS_RELWITHDEBINFO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment