From: Sandro Santilli Date: Wed, 20 Dec 2017 16:44:52 +0000 (+0000) Subject: Pass -fno-omit-frame-pointer -Werror to gitlab-ci compile failed X-Git-Tag: 2.5.0alpha~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75d13ee011fc71b84c7eb1d9bfd01d544f172d5e;p=postgis Pass -fno-omit-frame-pointer -Werror to gitlab-ci compile failed git-svn-id: http://svn.osgeo.org/postgis/trunk@16171 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ded3d382..973554e06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ test: - service postgresql start - su -l postgres -c "createuser -s `whoami`" - ./autogen.sh - - ./configure + - ./configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror" - make - make check RUNTESTFLAGS=-v - make check RUNTESTFLAGS="-v --dumprestore"