]> granicus.if.org Git - postgis/commitdiff
Pass -fno-omit-frame-pointer -Werror to gitlab-ci compile failed
authorSandro Santilli <strk@kbt.io>
Wed, 20 Dec 2017 16:44:52 +0000 (16:44 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 20 Dec 2017 16:44:52 +0000 (16:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16171 b70326c6-7e19-0410-871a-916f4a2858ee

.gitlab-ci.yml

index 9ded3d38292e0a78cb7b8a79cccf205284694e70..973554e065b319d408a9bfe8ae0f43cf84b1f52b 100644 (file)
@@ -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"