summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc6_lto.sh
diff options
context:
space:
mode:
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