mirror of https://github.com/google/oss-fuzz.git
[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:
parent
6f7dfda609
commit
a243d33b19
|
@ -16,7 +16,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --enable-static --without-raster --without-protobuf --without-wagyu
|
./configure --enable-static --without-raster --without-protobuf --without-wagyu --enable-debug
|
||||||
cd liblwgeom
|
cd liblwgeom
|
||||||
make clean -s
|
make clean -s
|
||||||
make -j$(nproc) -s
|
make -j$(nproc) -s
|
||||||
|
|
Loading…
Reference in New Issue