Revert "[Tizen] Support asan build option"
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 04:49:40 +0000 (13:49 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 04:49:40 +0000 (13:49 +0900)
This reverts commit d2fd8ddced99a057a8e674961d23ce0c49bd8994.

packaging/dali-csharp-binder.spec

index d723494c642410e2e51b8655a680e537f528a166..7c4fb09352b5f52985caad226521cbe5c1b98f30 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