From: Jiyun Yang Date: Wed, 23 Apr 2025 02:26:01 +0000 (+0900) Subject: Revert "[Tizen] Support asan build option" X-Git-Tag: accepted/tizen/unified/20250429.010404~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9bfd5d9205dabe59f45231af2d2c29276c92aeb;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Support asan build option" This reverts commit 3fa377b74bb3a7b9b3548b747ed32459f66e6c0b. --- diff --git a/packaging/dali-csharp-binder.spec b/packaging/dali-csharp-binder.spec index fea48609..8e2c5deb 100644 --- a/packaging/dali-csharp-binder.spec +++ b/packaging/dali-csharp-binder.spec @@ -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