Revert "[Tizen] Support asan build option"
authorWonsik Jung <sidein@samsung.com>
Wed, 26 Jun 2024 07:13:25 +0000 (16:13 +0900)
committerWonsik Jung <sidein@samsung.com>
Wed, 26 Jun 2024 07:13:25 +0000 (16:13 +0900)
This reverts commit f10e2659fe177df7601062d9ae8b924e3ada940d.

packaging/dali-csharp-binder.spec

index 4e335f4a7e235d4bbf1495d12c4b769693906630..99c707531e1db6f52e03c80a9400c0bb7774f0e0 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