Index: include/__config =================================================================== --- include/__config +++ include/__config @@ -601,11 +601,11 @@ #endif #ifndef _LIBCPP_INLINE_VISIBILITY -#define _LIBCPP_INLINE_VISIBILITY __attribute__ ((__visibility__("hidden"), __always_inline__)) +#define _LIBCPP_INLINE_VISIBILITY __attribute__ ((__visibility__("hidden"), __always_inline__, __no_instrument_function__)) #endif #ifndef _LIBCPP_ALWAYS_INLINE -#define _LIBCPP_ALWAYS_INLINE __attribute__ ((__visibility__("hidden"), __always_inline__)) +#define _LIBCPP_ALWAYS_INLINE __attribute__ ((__visibility__("hidden"), __always_inline__, __no_instrument_function__)) #endif #ifndef _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY