Revert "[Tizen] Support asan build option"
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 04:45:17 +0000 (13:45 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 04:45:17 +0000 (13:45 +0900)
This reverts commit f583e91787217af3f4e04d225b795721e20caf47.

packaging/dali-adaptor.spec

index bd32507af737bfc18c1e855a6a528c4ca6a94eba..f097573f563c48a1d5690790a0ddb4002f4d8d21 100644 (file)
@@ -112,13 +112,6 @@ BuildRequires:  pkgconfig(component-based-core-base)
 
 BuildRequires:  pkgconfig(thorvg)
 
-# 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}
@@ -311,12 +304,6 @@ CXXFLAGS+=" -DOVER_TIZEN_VERSION_9"
 CXXFLAGS+=" -DOVER_TIZEN_VERSION_10"
 %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