Skip to content

Commit

Permalink
Merge pull request #235 from ngtcp2/clusterfuzzlite-disable-dependenc…
Browse files Browse the repository at this point in the history
…y-tracking

clusterfuzzlite: Disable dependency tracking
  • Loading branch information
tatsuhiro-t authored Jun 27, 2024
2 parents 5022f74 + 0ab2272 commit 9cfc89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eu

autoreconf -i
./configure
./configure --disable-dependency-tracking
make -j$(nproc)

$CXX $CXXFLAGS -std=c++17 -Ilib/includes \
Expand Down

0 comments on commit 9cfc89d

Please sign in to comment.