projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14f103
)
packaging: asan: skip Werror=maybe-uninitialized
46/317746/1
author
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 09:19:39 +0000
(18:19 +0900)
committer
Seungho Baek
<sbsh.baek@samsung.com>
Tue, 7 Jan 2025 07:21:50 +0000
(16:21 +0900)
Change-Id: I0e849742f0a98dfdb04ac730c5b0c411088fa66b
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/dali.spec
patch
|
blob
|
history
diff --git
a/packaging/dali.spec
b/packaging/dali.spec
index 6b1f953d8b375853ee9a3b04540b9d648e49dc01..9fccd37e6c161d9240f8ceb86883815c0bd5e83c 100644
(file)
--- a/
packaging/dali.spec
+++ b/
packaging/dali.spec
@@
-84,7
+84,7
@@
LDFLAGS="${LDFLAGS:-%optflags}" ;
%if "%{vd_asan}" == "1" || "%{asan}" == "1"
CFLAGS+=" -fsanitize=address"
-CXXFLAGS+=" -fsanitize=address"
+CXXFLAGS+=" -fsanitize=address
-Wno-maybe-uninitialized
"
LDFLAGS+=" -fsanitize=address"
%endif
export CFLAGS;