Revert "[Tizen] Support asan build option"
authorHosang Kim <hosang12.kim@samsung.com>
Tue, 11 Jun 2024 08:12:39 +0000 (17:12 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Tue, 11 Jun 2024 08:12:39 +0000 (17:12 +0900)
This reverts commit e3e19baf43e205a3dad01063faeecd0da8026700.

packaging/dali-csharp-binder.spec

index 5e609c59348b30b7d5cda27737fad03ddf664d68..c3a0aa56bc6591122b805dfedc5118c09b29e77d 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}
@@ -238,12 +231,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