We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35de28c commit 01fe961Copy full SHA for 01fe961
CMakeLists.txt
@@ -173,7 +173,7 @@ if(HNSWLIB_EXAMPLES)
173
set(${FLAGS_VAR} "${${FLAGS_VAR}}" CACHE STRING
174
"Flags for ${config} configuration." FORCE)
175
endforeach()
176
- # string(REPLACE "/EHsc" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
+ string(REPLACE "/EHsc" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
177
endif()
178
add_cxx_flags(/O2 /W1 /openmp)
179
0 commit comments