projects
/
platform
/
core
/
appfw
/
tizen-theme-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66b155
)
packaging: asan: skip Werror=maybe-uninitialized
75/319875/1
sandbox/dkson95/asan
author
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 04:31:02 +0000
(13:31 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 04:34:31 +0000
(13:34 +0900)
Change-Id: Ic3d48b5da5b8b93dddb7969a954372343790c9ab
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/tizen-theme-manager.spec
patch
|
blob
|
history
diff --git
a/packaging/tizen-theme-manager.spec
b/packaging/tizen-theme-manager.spec
index 306b4f701ab33ec7537bec722500285bd446538f..fa21749af264cd8a6f2efbe7142464f7d0cbc8cf 100644
(file)
--- a/
packaging/tizen-theme-manager.spec
+++ b/
packaging/tizen-theme-manager.spec
@@
-80,6
+80,9
@@
export CXXFLAGS+=" -fprofile-arcs -ftest-coverage"
export FFLAGS+=" -fprofile-arcs -ftest-coverage"
export LDFLAGS+=" -lgcov"
%endif
+%if 0%{?asan:1}
+export CXXFLAGS+=" -Wno-maybe-uninitialized"
+%endif
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%cmake . -DCMAKE_VERBOSE_MAKEFILE:BOOL=%{?verbose_make:ON}%{!?verbose_make:OFF} \