Revert "[Tizen] Support asan build option"
authorSeungho Baek <sbsh.baek@samsung.com>
Wed, 25 Sep 2024 10:04:14 +0000 (19:04 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Wed, 25 Sep 2024 10:04:14 +0000 (19:04 +0900)
This reverts commit 80694c198da498a2b6e5074e80021756a307e71d.

packaging/dali-csharp-binder.spec

index 0ab51d97c1151adff30a0c661f782f9b9a979ecb..91ce75bbade050fcb23ee4affc9ffc4cced4d29f 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