Revert "[Tizen] Support asan build option"
authorTaehyub Kim <taehyub.kim@samsung.com>
Mon, 25 Mar 2024 08:37:44 +0000 (17:37 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Mon, 25 Mar 2024 08:37:44 +0000 (17:37 +0900)
This reverts commit 5b199116371c849c75ac410fb90992b8235b229a.

packaging/dali-csharp-binder.spec

index e863c1a6883122a4f6eca1e96e3ace7b8b8e7c0f..98e5a3b00e50eaff150a27d34b645783cb84161f 100644 (file)
@@ -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