Revert "[Tizen] Support asan build option"
authorANZ1217 <chihun.jeong@samsung.com>
Wed, 31 Jan 2024 07:16:58 +0000 (16:16 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Wed, 31 Jan 2024 07:16:58 +0000 (16:16 +0900)
This reverts commit 0525bf22602d5d3ede8119d4430eb925902d33c6.

packaging/dali-csharp-binder.spec

index 3ac3187..6c35def 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