Home
last modified time | relevance | path

Searched refs:RUSTFLAGS (Results 1 – 15 of 15) sorted by relevance

/external/oss-fuzz/projects/libra/
Dbuild.sh41 export RUSTFLAGS="-C link-arg=-L/usr/local/lib -C link-arg=-lc++"
60 RUSTFLAGS="$RUSTFLAGS --cfg fuzzing" # used to change code logic
61 RUSTFLAGS="$RUSTFLAGS -Cdebug-assertions" # to get debug_assert in rust
62 RUSTFLAGS="$RUSTFLAGS -Zsanitizer=address" # address sanitizer (ASAN)
64 RUSTFLAGS="$RUSTFLAGS -Cdebuginfo=1"
65 RUSTFLAGS="$RUSTFLAGS -Cforce-frame-pointers"
67 RUSTFLAGS="$RUSTFLAGS -Cpasses=sancov"
68 RUSTFLAGS="$RUSTFLAGS -Cllvm-args=-sanitizer-coverage-level=4"
69 RUSTFLAGS="$RUSTFLAGS -Cllvm-args=-sanitizer-coverage-trace-compares"
70 RUSTFLAGS="$RUSTFLAGS -Cllvm-args=-sanitizer-coverage-inline-8bit-counters"
[all …]
/external/oss-fuzz/infra/base-images/base-builder/
Dcargo27 export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix src=$crate_src_abspath/src"
38 export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix fuzz_targets=$fuzz_src_abspath/fuzz_targets"
40 export RUSTFLAGS="$RUSTFLAGS -C debug-assertions=no"
Dcompile102 export RUSTFLAGS="--cfg fuzzing -Zsanitizer=${SANITIZER} -Cdebuginfo=1 -Cforce-frame-pointers"
104 export RUSTFLAGS="--cfg fuzzing -Cdebuginfo=1 -Cforce-frame-pointers"
109 export RUSTFLAGS="$RUSTFLAGS -Zinstrument-coverage -C link-arg=-lc++"
/external/crosvm/bin/
Dclippy95 RUSTFLAGS="${RUSTFLAGS:-}"
96 export RUSTFLAGS="$RUSTFLAGS --sysroot=$RUST_SYSROOT"
Dcrate_coverage25 RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Copt-level=0 -Coverflow-checks=off \
/external/rust/crates/bytes/ci/
Dtsan.sh8 RUSTFLAGS="-Z sanitizer=address" \
12 RUSTFLAGS="-Z sanitizer=thread" \
/external/crosvm/integration_tests/guest_under_test/
DMakefile18 RUSTFLAGS= macro
25 RUSTFLAGS="-Clinker=aarch64-linux-gnu-ld" macro
75 $(RUSTFLAGS) --target $(RUST_TARGET)
/external/oss-fuzz/projects/wasmtime/
Dbuild.sh33 export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix $i=$crate_src_abspath/$i"
/external/oss-fuzz/projects/suricata/
Dbuild.sh64 …export RUSTFLAGS="$RUSTFLAGS -Cpasses=sancov -Cllvm-args=-sanitizer-coverage-level=4 -Cllvm-args=-…
/external/rust/crates/criterion/ci/
Dscript.sh23 export RUSTFLAGS="-D warnings"
/external/crosvm/ci/crosvm_base/
DDockerfile72 ENV RUSTFLAGS='--cfg hermetic'
/external/rust/crates/proc-macro2/
DREADME.md69 RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo build
/external/rust/crates/parking_lot/
DREADME.md99 `-C target-feature=+atomics` in `RUSTFLAGS`.
/external/virglrenderer/perf-testing/Docker/
DDockerfile77 RUSTFLAGS='--cfg hermetic'
/external/rust/crates/rayon/
DRELEASES.md429 `RUSTFLAGS='--cfg rayon_unstable' cargo build`. This is