projects
/
platform
/
core
/
multimedia
/
libmedia-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b63c39
)
packaging: asan: skip Werror=maybe-uninitialized
45/319945/1
sandbox/dkson95/asan
author
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 08:56:41 +0000
(17:56 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Nov 2024 08:56:41 +0000
(17:56 +0900)
Change-Id: I5dbfa34b5e1d76ea9f3f988d6f0e383d95efa33d
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/libmedia-service.spec
patch
|
blob
|
history
diff --git
a/packaging/libmedia-service.spec
b/packaging/libmedia-service.spec
index 0f6f43012dbdea88ec1ffd6f3b8b40a2e23e690e..14157c97733fc4daf8dab3ed10c38382edf9db55 100644
(file)
--- a/
packaging/libmedia-service.spec
+++ b/
packaging/libmedia-service.spec
@@
-42,6
+42,9
@@
cp %{SOURCE1001} .
%build
export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE -DSYSCONFDIR=\\\"%{_sysconfdir}\\\" -DPATH_LIBDIR=\\\"%{_libdir}\\\""
+%{?asan:
+export CXXFLAGS+=" -Wno-maybe-uninitialized"
+}
%cmake .
make %{?jobs:-j%jobs}