Revert "[Tizen] Support asan build option"
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 5 Mar 2025 09:28:26 +0000 (18:28 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Wed, 5 Mar 2025 09:28:26 +0000 (18:28 +0900)
This reverts commit 23bf79e670b0eb58a4901c1a195871d831f24f8b.

packaging/dali-csharp-binder.spec

index 9885e9119ea3119ed16735f124b3953ecc99bf1b..a24c91724be282e856ae1c5822c928f9d144449a 100644 (file)
@@ -61,13 +61,6 @@ BuildRequires: pkgconfig(watch_viewer_dali)
 BuildRequires: pkgconfig(watch-holder-base)
 BuildRequires: pkgconfig(ecore-wl2)
 
-# 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}
@@ -233,12 +226,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