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 33c2177 commit e60f84aCopy full SHA for e60f84a
openmp/runtime/src/CMakeLists.txt
@@ -170,7 +170,7 @@ endif()
170
# avoid an unwanted dependency on libstdc++.so.
171
add_compile_definitions(_GLIBCXX_NO_ASSERTIONS)
172
if(NOT WIN32)
173
- add_definitions(-U_GLIBCXX_ASSERTIONS -D_GLIBCXX_NO_ASSERTIONS)
+ add_definitions(-U_GLIBCXX_ASSERTIONS)
174
endif()
175
176
# Add the OpenMP library
0 commit comments