We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12166cb commit 0fcd3c9Copy full SHA for 0fcd3c9
CMakeLists.txt
@@ -116,6 +116,7 @@ if(MSVC)
116
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W4")
117
endif(CMAKE_C_FLAGS MATCHES "/W[0-4]")
118
119
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /D __SSE4_1__=1")
120
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj ")
121
else()
122
ucm_add_flags(CXX "-fno-sized-deallocation -fno-omit-frame-pointer")
0 commit comments