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 7b021f2 commit 008bd84Copy full SHA for 008bd84
libcxx/CMakeLists.txt
@@ -302,7 +302,6 @@ endif()
302
# about #include_next which is used everywhere.
303
option(LIBCXX_ENABLE_PEDANTIC "Compile with pedantic enabled." OFF)
304
option(LIBCXX_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
305
-option(LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS "Disable #warnings about conflicting macros." OFF)
306
307
option(LIBCXX_GENERATE_COVERAGE "Enable generating code coverage." OFF)
308
set(LIBCXX_COVERAGE_LIBRARY "" CACHE STRING
0 commit comments