Revert "[Tizen] Support asan build option"
authorsunghyun kim <scholb.kim@samsung.com>
Thu, 8 May 2025 05:25:57 +0000 (14:25 +0900)
committersunghyun kim <scholb.kim@samsung.com>
Thu, 8 May 2025 05:25:57 +0000 (14:25 +0900)
This reverts commit ff5c40660acbd8a2b7978930a6384539ad3bf6ed.

packaging/dali-csharp-binder.spec

index 4c6e362b76eb7db0773c8d0fd4314f6977117d1b..1bfe9274eeea699a66f5701a89e63583494dac5e 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