You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/fuzzing/c-cpp/12-libafl/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Next, we need to tell Rust to use this version of Clang. Rust depends on the lin
33
33
export RUSTFLAGS="-C linker=/usr/bin/clang-15"
34
34
```
35
35
36
-
Also, the [cc crate](https://docs.rs/cc/latest/cc/) depends on the `cc` program. We can change the compiler used in that crate by setting the `CC` and `CXX` variables.
36
+
Also, the [cc crate](https://docs.rs/cc/latest/cc/) depends on the `cc` program. We can change the compiler used in that crate by setting the `CC` and `CXX` variables:
0 commit comments