[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-709-gccc2a38d0
git at osgeo.org
git at osgeo.org
Mon Apr 11 10:37:43 PDT 2022
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".
The branch, master has been updated
via ccc2a38d0d9726818953c63017bf3b59303019c5 (commit)
from cbf528321b94cd859b9012c0084a7c274b3e6493 (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 ccc2a38d0d9726818953c63017bf3b59303019c5
Author: Regina Obe <lr at pcorp.us>
Date: Mon Apr 11 13:37:38 2022 -0400
Fix NEWS note should be --enable-lto, not --with. Enable LTO testing on dronie
diff --git a/NEWS b/NEWS
index 607b3e486..bdfb97b8c 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ PostGIS 3.3.0dev
- GH657, GiST: do not call no-op decompress function (Aliaksandr Kalenik)
- #4912, GiST: fix crash on STORAGE EXTERNAL for geography (Aliaksandr Kalenik)
- ST_ConcaveHull GEOS 3.11+ native implementation (Paul Ramsey, Martin Davis)
- - #4574, GH678, #5121 Enable Link-Time Optimizations using --with-lto config (Sergei Shoulbakov)
+ - #4574, GH678, #5121 Enable Link-Time Optimizations using --enable-lto (Sergei Shoulbakov)
- GH676, faster ST_Clip (Aliaksandr Kalenik)
* New features *
diff --git a/ci/dronie/postgis_regress.sh b/ci/dronie/postgis_regress.sh
index cde58b38d..0ee30f6da 100644
--- a/ci/dronie/postgis_regress.sh
+++ b/ci/dronie/postgis_regress.sh
@@ -16,7 +16,7 @@ SRCDIR=$PWD
BUILDDIR=/tmp/postgis-build/${PGVER}
mkdir -p "${BUILDDIR}"
cd "${BUILDDIR}"
-${SRCDIR}/configure CFLAGS="-O2 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests
+${SRCDIR}/configure CFLAGS="-O2 -Wall -fno-omit-frame-pointer -Werror" --without-interrupt-tests --enable-lto
make -j
# we should maybe wait for postgresql service to startup here...
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
ci/dronie/postgis_regress.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list