Revert "[Tizen] Support asan build option"
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 10 Oct 2024 07:22:30 +0000 (16:22 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 10 Oct 2024 07:22:30 +0000 (16:22 +0900)
This reverts commit 56c0650ba25315114a51f2e9520dadf4a94312cb.

packaging/dali-csharp-binder.spec

index 4e97fdd71dbc7431cc4f57a3d0c9c2c3fff03f63..9264ef65eb967e1960dc699f9877a43fc88dcbd7 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