projects
/
platform
/
core
/
security
/
auth-fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8c33a
)
packaging: asan: skip Werror=maybe-uninitialized
93/317093/1
accepted/tizen_unified_x_asan
accepted/tizen/unified/20241226.121339
accepted/tizen/unified/x/20241227.014409
accepted/tizen/unified/x/asan/20250113.002140
author
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 05:41:28 +0000
(14:41 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 24 Dec 2024 05:49:00 +0000
(14:49 +0900)
Change-Id: I6ea00ef820c046006a3ca8e8e19de9c65d13dc9b
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/auth-fw.spec
patch
|
blob
|
history
diff --git
a/packaging/auth-fw.spec
b/packaging/auth-fw.spec
index 1af2c749b7ffb267212fe9a44ed6e111bfb7214a..1d733a229e909fc920f4e06017b6504077856532 100644
(file)
--- a/
packaging/auth-fw.spec
+++ b/
packaging/auth-fw.spec
@@
-74,6
+74,9
@@
export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE"
export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
export LDFLAGS+="-Wl,--rpath=%{_libdir}"
+%{?asan:
+export CXXFLAGS+=" -Wno-maybe-uninitialized"
+}
%cmake . -DVERSION=%{version} \
-DCMAKE_BUILD_TYPE=%{?build_type:%build_type}%{!?build_type:RELEASE} \