Skip to content

Commit

Permalink
Remove broken links (HDFGroup#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Mar 21, 2024
1 parent ec1f4d1 commit 33a75a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/sanitizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ As an example, a CMake configuration such as this:
would result in build commands such as this:
```AFL_LLVM_THREADSAFE_INST=1 AFL_LLVM_LAF_ALL=1 afl-clang-lto --afl-lto <...>```

## Compiler Options [`compiler-options.cmake`](compiler-options.cmake)
## Compiler Options

Allows for easy use of some pre-made compiler options for the major compilers.

Expand All @@ -200,8 +200,7 @@ Using `-DGENERATE_DEPENDENCY_DATA=ON` generates `.d` files along with regular ob

## Dependency Graph [`dependency-graph.cmake`](dependency-graph.cmake)

CMake, with the dot application available, will build a visual representation of the library/executable dependencies, like so:
![Dependency Graph](img/dp-graph.png)
CMake, with the dot application available, will build a visual representation of the library/executable dependencies.

### Required Arguments

Expand Down

0 comments on commit 33a75a8

Please sign in to comment.