summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc6_lto.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-04 01:43:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-04 01:43:42 +0300
commit65bccb4fc48707a8bcccedaa57a87468ad8b7349 (patch)
tree49d7821a48bd8545afb0f917cec185798f7e034c /tools/ci/jobs/gcc6_lto.sh
parent2e82d3003315806076a53df23064ba744e491fc2 (diff)
downloadplus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.gz
plus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.bz2
plus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.xz
plus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.zip
Add compiler flag -Wno-attributes for prevent warnings about packed attributes.
Diffstat (limited to 'tools/ci/jobs/gcc6_lto.sh')
-rwxr-xr-xtools/ci/jobs/gcc6_lto.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc6_lto.sh b/tools/ci/jobs/gcc6_lto.sh
index 0a638828f..53c484d59 100755
--- a/tools/ci/jobs/gcc6_lto.sh
+++ b/tools/ci/jobs/gcc6_lto.sh
@@ -12,7 +12,8 @@ aptget_install gcc-6 g++-6 \
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
export CXXFLAGS="-ggdb3 -pipe -ffast-math -O9 -flto -fwhole-program \
--fno-omit-frame-pointer -funswitch-loops -D_FORTIFY_SOURCE=2 -std=gnu++1z"
+-fno-omit-frame-pointer -funswitch-loops -D_FORTIFY_SOURCE=2 -std=gnu++1z \
+-Wno-attributes"
source ./tools/ci/flags/gcc6.sh