From bee84e95fdaac6c37664a57a7d54e0844cee5118 Mon Sep 17 00:00:00 2001 From: Seoyeon Date: Wed, 26 Feb 2025 15:32:30 +0900 Subject: [PATCH] Revert "[Tizen] Support asan build option" This reverts commit a8e7e1083e651ac6ecf6a287fdb99b784b2b26e6. --- 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 9885e911..a24c9172 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 -- 2.34.1