Skip to content

Commit

Permalink
Re-add MP c and cxx flags
Browse files Browse the repository at this point in the history
  • Loading branch information
taysta committed Oct 28, 2023
1 parent 0df6987 commit e9ac8d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,10 @@ if(MSVC)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /EHsc")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /arch:SSE2")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /MP")

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /arch:SSE2")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")

# Configure MSVC Runtime
include(MSVCRuntime)
Expand Down

0 comments on commit e9ac8d7

Please sign in to comment.