From b8f82d47301d86ea5abcb62a8cea0bb5d10c72fa Mon Sep 17 00:00:00 2001 From: Woochan Lee Date: Tue, 20 Feb 2024 16:21:16 +0900 Subject: [PATCH] Revert "[Tizen] Support asan build option" This reverts commit f510d18591d4366ad418dc532bdffce4d8c54c4b. --- packaging/dali-csharp-binder.spec | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packaging/dali-csharp-binder.spec b/packaging/dali-csharp-binder.spec index 566f7cb..b5daf43 100644 --- a/packaging/dali-csharp-binder.spec +++ b/packaging/dali-csharp-binder.spec @@ -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} @@ -239,12 +232,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 -- 2.7.4