Skip to content

Commit

Permalink
Remove stdlibc++
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Nov 6, 2023
1 parent 2f4df29 commit e017747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-builder/compile_centipede
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
cp "$CENTIPEDE_BIN_DIR/libcentipede_runner.pic.a" "$LIB_FUZZING_ENGINE"

export CENTIPEDE_FLAGS=`cat "$SRC/fuzztest/centipede/clang-flags.txt" | tr '\n' ' '`
export LIBRARIES_FLAGS="-Wno-unused-command-line-argument -Wl,-lstdc++ -Wl,-ldl -Wl,-lrt -Wl,-lpthread -Wl,$SRC/fuzztest/centipede/weak.o"
export LIBRARIES_FLAGS="-Wno-unused-command-line-argument -Wl,-ldl -Wl,-lrt -Wl,-lpthread -Wl,$SRC/fuzztest/centipede/weak.o"

export CFLAGS="$CFLAGS $CENTIPEDE_FLAGS $LIBRARIES_FLAGS"
export CXXFLAGS="$CXXFLAGS $CENTIPEDE_FLAGS $LIBRARIES_FLAGS"
Expand Down

0 comments on commit e017747

Please sign in to comment.