mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 10:26:06 +00:00

When porting libc++ to embedded systems, it can be useful to drop support for localization, which these systems don't implement or care about. Differential Revision: https://reviews.llvm.org/D90072
2 lines
50 B
CMake
2 lines
50 B
CMake
set(LIBCXX_ENABLE_LOCALIZATION OFF CACHE BOOL "")
|