From: Seungho Baek Date: Wed, 25 Sep 2024 10:04:14 +0000 (+0900) Subject: Revert "[Tizen] Support asan build option" X-Git-Tag: accepted/tizen/unified/20240927.171108~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ec804eadbf7f61a1760f85f89f97d99c716d20a;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Support asan build option" This reverts commit 80694c198da498a2b6e5074e80021756a307e71d. --- diff --git a/packaging/dali-csharp-binder.spec b/packaging/dali-csharp-binder.spec index 0ab51d97..91ce75bb 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} @@ -238,12 +231,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