Skip to content

Commit

Permalink
Update clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi authored Oct 18, 2024
1 parent 29d7344 commit b7355ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.fuzzer.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Compiling nDPI with Fuzzer

- Install the latest clang (sudo apt-get install clang-10)
- Install the latest clang (sudo apt-get install clang-18)
- Export environamental variables to prefer clang over g++ (of installed)
- export CC=/usr/bin/clang-10
- export CPP=/usr/bin/clang-cpp-10
- export CXX=/usr/bin/clang++-10
- export LD=/usr/bin/ld.lld-10
- export CC=/usr/bin/clang-18
- export CPP=/usr/bin/clang-cpp-18
- export CXX=/usr/bin/clang++-18
- export LD=/usr/bin/ld.lld-18
- Run autogen.sh
- ./autogen.sh --with-sanitizer --enable-fuzztargets

Expand Down

0 comments on commit b7355ef

Please sign in to comment.