Revert "[Tizen] Support asan build option"
authoreverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Thu, 17 Apr 2025 06:11:50 +0000 (15:11 +0900)
committereverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Thu, 17 Apr 2025 06:11:50 +0000 (15:11 +0900)
This reverts commit 4096c1d0779fb9854163a74ec880a3f1553db8a6.

packaging/dali-csharp-binder.spec

index a8c4171ae6f38dae5010abf23316109087a8d713..5e62d61ddc539e3eaab8b7df63d68dcb4edcccae 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