mirror of https://github.com/google/oss-fuzz.git
sqlite3: only build needed libraries (#10397)
This makes it work with Fuzz Intropector Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
parent
5e5d6c1600
commit
ee6d77e281
|
@ -29,7 +29,7 @@ export CFLAGS="$CFLAGS -DSQLITE_MAX_LENGTH=128000000 \
|
|||
-DSQLITE_DEBUG=1 \
|
||||
-DSQLITE_MAX_PAGE_COUNT=16384"
|
||||
|
||||
../configure
|
||||
../configure --enable-shared=no
|
||||
make -j$(nproc)
|
||||
make sqlite3.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue