[postgis] fix build (#3038)

Upstream enables link time optimization that breaks fuzzers build. Link time optimization is automatically disabled in --enable-debug mode.
This commit is contained in:
Darafei Praliaskouski 2019-11-17 21:31:16 +03:00 committed by Abhishek Arya
parent 6f7dfda609
commit a243d33b19
1 changed files with 1 additions and 1 deletions

View File

@ -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