From a243d33b19a200123b143f966682e17265ccc74d Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Sun, 17 Nov 2019 21:31:16 +0300 Subject: [PATCH] [postgis] fix build (#3038) Upstream enables link time optimization that breaks fuzzers build. Link time optimization is automatically disabled in --enable-debug mode. --- projects/postgis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/postgis/build.sh b/projects/postgis/build.sh index bd796f665..d3db44a20 100755 --- a/projects/postgis/build.sh +++ b/projects/postgis/build.sh @@ -16,7 +16,7 @@ ################################################################################ ./autogen.sh -./configure --enable-static --without-raster --without-protobuf --without-wagyu +./configure --enable-static --without-raster --without-protobuf --without-wagyu --enable-debug cd liblwgeom make clean -s make -j$(nproc) -s