[postgis-tickets] [SCM] PostGIS; Spatial objects for PostgreSQL. branch master updated. 492922a8c2fe83b2b68a9540a1699c4aaea3da88
git at osgeo.org
git at osgeo.org
Wed Oct 30 01:22:49 PDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS; Spatial objects for PostgreSQL.".
The branch, master has been updated
via 492922a8c2fe83b2b68a9540a1699c4aaea3da88 (commit)
from 76e34fa547b91f17ed1a274411578f76406f6784 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 492922a8c2fe83b2b68a9540a1699c4aaea3da88
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Oct 30 09:22:21 2019 +0100
[dronie] Build with -O2
diff --git a/ci/dronie/postgis_regress.sh b/ci/dronie/postgis_regress.sh
index a5d13c2..ef75397 100644
--- a/ci/dronie/postgis_regress.sh
+++ b/ci/dronie/postgis_regress.sh
@@ -8,7 +8,7 @@ export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{pr
export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
psql --version
./autogen.sh
-./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
+./configure CFLAGS="-O2 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
make clean
make -j
# we should maybe wait for postgresql service to startup here...
-----------------------------------------------------------------------
Summary of changes:
ci/dronie/postgis_regress.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS; Spatial objects for PostgreSQL.
More information about the postgis-tickets
mailing list