From 53ee76478db9ef0ce457773b8b158fb30c381a39 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 25 Sep 2019 15:57:17 +0100 Subject: [Minor] Disable asan for specific bad parts of the code --- contrib/t1ha/t1ha_bits.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib/t1ha') diff --git a/contrib/t1ha/t1ha_bits.h b/contrib/t1ha/t1ha_bits.h index 799737d5f..5710d2dbf 100644 --- a/contrib/t1ha/t1ha_bits.h +++ b/contrib/t1ha/t1ha_bits.h @@ -120,10 +120,6 @@ #define __has_extension(x) (0) #endif -#if __has_feature(address_sanitizer) -#define __SANITIZE_ADDRESS__ 1 -#endif - #if __GNUC_PREREQ(4, 4) || defined(__clang__) #if defined(__ia32__) || defined(__e2k__) -- cgit v1.2.3