From 75d13ee011fc71b84c7eb1d9bfd01d544f172d5e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 20 Dec 2017 16:44:52 +0000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.0