projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd64bb5
)
toolchain upgrade: warn off for false alarm
01/221401/2
accepted/tizen/unified/20200106.141622
submit/tizen/20200103.060921
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Thu, 2 Jan 2020 05:18:18 +0000
(14:18 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Thu, 2 Jan 2020 08:20:16 +0000
(08:20 +0000)
false alarm found for stringop-overflow and stringop-truncation
temporary off the warning util fixing compiler default behavior
Change-Id: I38c7d1a35140f52c7e734ced8929380b90e4881a
packaging/enlightenment.spec
patch
|
blob
|
history
diff --git
a/packaging/enlightenment.spec
b/packaging/enlightenment.spec
index 2bb6181009880ab013d7401bbf22926ad552eda6..ba0f5ee5aff5f67c246b752a50fe609823f953d6 100644
(file)
--- a/
packaging/enlightenment.spec
+++ b/
packaging/enlightenment.spec
@@
-76,6
+76,7
@@
Development files for enlightenment
cp %{SOURCE1001} .
%build
+export CFLAGS+=" -Wno-stringop-overflow -Wno-stringop-truncation"
%if "%{tizen_profile_name}" != "tv"
export CFLAGS+=" -fPIE -DUSE_E_APPINFO"
export LDFLAGS+=" -pie "