Revert "[Tizen] Support asan build option"
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 3 Apr 2024 06:10:56 +0000 (15:10 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Wed, 3 Apr 2024 06:10:56 +0000 (15:10 +0900)
This reverts commit 55de7ccfbfe19106694ef7711f5d26be27b02cad.

packaging/dali-csharp-binder.spec

index c16761f89c1e8d089b75eeb5c4abc7eeae15330b..8333f35773357da119a78489bff582fafe0d4dcd 100644 (file)
@@ -66,13 +66,6 @@ BuildRequires: pkgconfig(ecore-wl2)
 BuildRequires:  pkgconfig(ecore-wayland)
 %endif
 
-# For ASAN test
-%if "%{vd_asan}" == "1" || "%{asan}" == "1"
-BuildRequires: asan-force-options
-BuildRequires: asan-build-env
-BuildRequires: libasan
-%endif
-
 # for multiprofile
 Requires:   %{name}-compat = %{version}-%{release}
 Recommends: %{name}-profile_common = %{version}-%{release}
@@ -239,12 +232,6 @@ CXXFLAGS+=" -DOVER_TIZEN_VERSION_7"
 
 %endif
 
-%if "%{vd_asan}" == "1" || "%{asan}" == "1"
-CFLAGS+=" -fsanitize=address"
-CXXFLAGS+=" -fsanitize=address"
-LDFLAGS+=" -fsanitize=address"
-%endif
-
 %if 0%{?enable_debug}
 cmake_flags+=" -DCMAKE_BUILD_TYPE=Debug"
 %endif