Change the build matrix.
References #3967
git-svn-id: http://svn.osgeo.org/postgis/trunk@16216
b70326c6-7e19-0410-871a-
916f4a2858ee
global:
- RUNTESTFLAGS=-v
matrix:
- - CFLAGS="-O3 -march=native -mtune=native"
- - CFLAGS="-O3 -march=native -mtune=native -fno-omit-frame-pointer -Werror"
+ - CFLAGS="-Og"
+ - CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro"
+ - CFLAGS="-O3 -mtune=generic -fno-omit-frame-pointer -Werror"
- CFLAGS="-O0 --coverage -fprofile-arcs -ftest-coverage" LDFLAGS="--coverage -fprofile-arcs -ftest-coverage"
addons:
after_failure:
- sudo head -n1000 /var/log/postgresql/postgresql-9.6-main.log
+ - cat /proc/cpuinfo
after_success:
- bash <(curl -s https://codecov.io/bash)