Revert "[Tizen] Support asan build option"
authorjmm <j0064423.lee@samsung.com>
Tue, 29 Apr 2025 05:28:58 +0000 (14:28 +0900)
committerjmm <j0064423.lee@samsung.com>
Tue, 29 Apr 2025 05:28:58 +0000 (14:28 +0900)
This reverts commit fcc204db2e45f727ee960c32e1c974a178b4971e.

packaging/dali-csharp-binder.spec

index e9059060ec230e9ff0558b4ba6682fc2123a0984..cb69b4a1253ef4d4677c71ca53e3f7505db9cca8 100644 (file)
@@ -61,13 +61,6 @@ BuildRequires: pkgconfig(watch_viewer_dali)
 BuildRequires: pkgconfig(watch-holder-base)
 BuildRequires: pkgconfig(ecore-wl2)
 
-# 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}
@@ -233,12 +226,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