[postgis-tickets] r16171 - Pass -fno-omit-frame-pointer -Werror to gitlab-ci compile failed
Sandro Santilli
strk at kbt.io
Wed Dec 20 08:44:52 PST 2017
Author: strk
Date: 2017-12-20 08:44:52 -0800 (Wed, 20 Dec 2017)
New Revision: 16171
Modified:
trunk/.gitlab-ci.yml
Log:
Pass -fno-omit-frame-pointer -Werror to gitlab-ci compile failed
Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml 2017-12-20 16:42:34 UTC (rev 16170)
+++ trunk/.gitlab-ci.yml 2017-12-20 16:44:52 UTC (rev 16171)
@@ -10,7 +10,7 @@
- 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"
More information about the postgis-tickets
mailing list