xref: /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/config.gni (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1declare_args() {
2  # libc++ ABI version. Either 1 (default) or 2 (unstable).
3  libcxx_abi_version = 1
4
5  # libc++ inline ABI namespace. Defaults to __n, where n is the ABI version.
6  libcxx_abi_namespace = ""
7
8  # Whether to support libc++ opt-in debug mode via _LIBCPP_ENABLE_DEBUG_MODE.
9  libcxx_enable_debug_mode = false
10}
11