Revert "[Tizen] Support asan build option"
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 7 Jan 2025 06:55:09 +0000 (15:55 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Tue, 7 Jan 2025 06:55:09 +0000 (15:55 +0900)
This reverts commit ddd4f8ae4e2c9cfddc35da0280cafed2440d401f.

packaging/dali-adaptor.spec

index c88506cbca94afdb68845adc46a2a32850569b1f..727664034691e0b8f39ee3f31833c2b5c7af69ba 100644 (file)
@@ -121,13 +121,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}
@@ -304,12 +297,6 @@ CXXFLAGS+=" -DOVER_TIZEN_VERSION_8"
 CXXFLAGS+=" -DOVER_TIZEN_VERSION_9"
 %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