From 021c1c760e130d79dd9fa754edbf384ead615afb Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 23 Apr 2024 10:13:05 -0300 Subject: [PATCH] (Test) try removing the repetition --- fuzzer/.cargo/config.toml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/fuzzer/.cargo/config.toml b/fuzzer/.cargo/config.toml index 32bf672f2fe4cf..fd73720492e74b 100644 --- a/fuzzer/.cargo/config.toml +++ b/fuzzer/.cargo/config.toml @@ -1,4 +1,4 @@ -[target.x86_64-unknown-linux-gnu] +[build] rustflags = [ "-g", "-Cpasses=sancov-module", @@ -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"]