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