mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
2b092122a5
commit
9d178fab04
|
@ -20,7 +20,8 @@ cd /src/libchewing
|
||||||
# build the library.
|
# build the library.
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --disable-shared --enable-static --without-sqlite3
|
./configure --disable-shared --enable-static --without-sqlite3
|
||||||
make -j$(nproc) clean all
|
make clean
|
||||||
|
make -j$(nproc) all
|
||||||
|
|
||||||
# build your fuzzer(s)
|
# build your fuzzer(s)
|
||||||
make -C test CFLAGS="$CFLAGS -Dmain=stress_main -Drand=get_fuzz_input" stress.o
|
make -C test CFLAGS="$CFLAGS -Dmain=stress_main -Drand=get_fuzz_input" stress.o
|
||||||
|
|
Loading…
Reference in New Issue