mirror of https://github.com/google/oss-fuzz.git
[wasmtime] Update wasmtime's build script (#3515)
Accounts for changes in https://github.com/bytecodealliance/wasmtime/pull/1343 where compilation of all the fuzzers now requires extra features to be enabled.
This commit is contained in:
parent
3cae7f6513
commit
f8cd51117f
|
@ -29,7 +29,7 @@ export CXXFLAGS_EXTRA="-stdlib=libc++"
|
|||
export CXXFLAGS="$CFLAGS $CXXFLAGS_EXTRA"
|
||||
export RUSTFLAGS="-Cdebuginfo=1 -Cforce-frame-pointers"
|
||||
|
||||
cd $PROJECT_DIR/fuzz && cargo fuzz build -O --debug-assertions
|
||||
cd $PROJECT_DIR/fuzz && cargo fuzz build -O --debug-assertions --features binaryen
|
||||
|
||||
FUZZ_TARGET_OUTPUT_DIR=$PROJECT_DIR/target/x86_64-unknown-linux-gnu/release
|
||||
for f in $SRC/wasmtime/fuzz/fuzz_targets/*.rs
|
||||
|
|
Loading…
Reference in New Issue