Skip to content

Commit

Permalink
(Test) try removing the repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Apr 23, 2024
1 parent 5ba1465 commit 021c1c7
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions fuzzer/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[target.x86_64-unknown-linux-gnu]
[build]
rustflags = [
"-g",
"-Cpasses=sancov-module",
Expand All @@ -23,15 +23,5 @@ rustflags = [
"-Ctarget-feature=-crt-static",
]

[target.aarch64-unknown-linux-gnu]
rustflags = [
"-g",
"-Cpasses=sancov-module",
"-Cllvm-args=-sanitizer-coverage-inline-8bit-counters",
"-Cllvm-args=-sanitizer-coverage-level=4",
"-Cllvm-args=-sanitizer-coverage-pc-table",
"-Cllvm-args=-sanitizer-coverage-trace-compares",
"-Clink-dead-code",
"-Cforce-frame-pointers=yes",
"-Ctarget-feature=-crt-static",
]
[target.x86_64-pc-windows-msvc]
rustflags = ["-g"]

0 comments on commit 021c1c7

Please sign in to comment.