Revert "[Tizen] Support asan build option"
authorjykeon <jykeon@samsung.com>
Tue, 18 Jun 2024 08:54:15 +0000 (17:54 +0900)
committerjykeon <jykeon@samsung.com>
Tue, 18 Jun 2024 08:54:15 +0000 (17:54 +0900)
This reverts commit 31f497cc81cfc7f26288969907ada8bd06e93f6f.

packaging/dali-csharp-binder.spec

index 94425c4d622001437643e13c3ce7f300659a1029..f3f729d9c7c64a611ad76b92219d842da71d2145 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