
There are a few drive-by fixes: - Since the combination RTTI disabled and exceptions enabled do not work, this combination is prohibited. - A small NFC in any fixing clang-tidy. The code in the Buildkite configuration is prepared for using the std module. There are more fixes needed for that configuration which will be done in a separate commit.
5 lines
186 B
CMake
5 lines
186 B
CMake
set(LIBCXX_ENABLE_RTTI OFF CACHE BOOL "")
|
|
set(LIBCXX_ENABLE_EXCEPTIONS OFF CACHE BOOL "")
|
|
set(LIBCXXABI_ENABLE_RTTI OFF CACHE BOOL "")
|
|
set(LIBCXXABI_ENABLE_EXCEPTIONS OFF CACHE BOOL "")
|