Revert "[Tizen] Support asan build option"
authorANZ1217 <chihun.jeong@samsung.com>
Thu, 5 Jun 2025 05:27:11 +0000 (14:27 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Thu, 5 Jun 2025 05:27:11 +0000 (14:27 +0900)
This reverts commit 5879ea16d6b62e5f03de7345ad5b0f2eb049792b.

packaging/dali-adaptor.spec

index a6a203858ae88d0f82c06bd15495b5ac48553426..df72561cf687ba54e70d2c29cf1e6dd89445a23c 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