Revert "[Tizen] Support asan build option"
authorSeungho Baek <sbsh.baek@samsung.com>
Mon, 13 May 2024 05:22:39 +0000 (14:22 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Mon, 13 May 2024 05:22:39 +0000 (14:22 +0900)
This reverts commit 5290aaf92dcb774cd2c746d5a744081b8fb5b2ea.

packaging/dali-csharp-binder.spec

index 62b5fc9b8a5d8a72c1e705bd42fce301f280e649..12d2bc9b6229467054a4538b47e14330507eb1ff 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