llvm-project/libcxx/cmake/caches/Generic-nodebug.cmake
Louis Dionne e0d66ccf06 [libc++] Rename LIBCXX_ENABLE_DEBUG_MODE to LIBCXX_ENABLE_DEBUG_MODE_SUPPORT
To make it clearer this is about whether the library supports the debug
mode at all, not whether the debug mode is enabled. Per comment by Nico
Weber on IRC.
2020-10-09 14:39:20 -04:00

2 lines
56 B
CMake

set(LIBCXX_ENABLE_DEBUG_MODE_SUPPORT OFF CACHE BOOL "")