Skip to content

Commit

Permalink
Additions to the ClickHouse specific config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamikhaylov committed Dec 21, 2024
1 parent e6260f1 commit a5d0596
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions libcxx/include/__config
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@
#define _LIBCPP_ABI_UNSTABLE
#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
#define _LIBCPP_ABI_NAMESPACE __1

/*
* ClickHouse specific options.
* Unstable ABI to provide better performance
* Availability annotations are not supported.
* _LIBCPP_ABI_NAMESPACE to preserve namespace compatibility
*/
#define _LIBCPP_ABI_VERSION 999
#define _LIBCPP_ABI_UNSTABLE
#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
#define _LIBCPP_ABI_NAMESPACE __1
#define _LIBCPP_HARDENING_MODE_DEFAULT 2
#define _LIBCPP_PSTL_CPU_BACKEND_SERIAL 1

#ifndef _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
# pragma GCC system_header
Expand Down

0 comments on commit a5d0596

Please sign in to comment.