Revert "[Tizen] Support asan build option"
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 23 Jul 2024 05:03:10 +0000 (14:03 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Tue, 23 Jul 2024 05:03:10 +0000 (14:03 +0900)
This reverts commit 6a19c38f8bf9eb514d40e763df694835b496f830.

packaging/dali-csharp-binder.spec

index 3844e6cf8177afdf795ca975340a74f9b54be691..cb4990cff705d81e6030ff54e047e503f201ac1d 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}
@@ -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