Skip to content

Commit

Permalink
Merge branch 'master' into short-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
taysta committed Oct 28, 2023
2 parents 0df6987 + 95d7415 commit 2c8c15d
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 2c8c15d

Please sign in to comment.