Searched refs:RUSTFLAGS (Results 1 – 15 of 15) sorted by relevance
41 export RUSTFLAGS="-C link-arg=-L/usr/local/lib -C link-arg=-lc++"60 RUSTFLAGS="$RUSTFLAGS --cfg fuzzing" # used to change code logic61 RUSTFLAGS="$RUSTFLAGS -Cdebug-assertions" # to get debug_assert in rust62 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 …]
27 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"
102 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++"
95 RUSTFLAGS="${RUSTFLAGS:-}"96 export RUSTFLAGS="$RUSTFLAGS --sysroot=$RUST_SYSROOT"
25 RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Copt-level=0 -Coverflow-checks=off \
8 RUSTFLAGS="-Z sanitizer=address" \12 RUSTFLAGS="-Z sanitizer=thread" \
18 RUSTFLAGS= macro25 RUSTFLAGS="-Clinker=aarch64-linux-gnu-ld" macro75 $(RUSTFLAGS) --target $(RUST_TARGET)
33 export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix $i=$crate_src_abspath/$i"
64 …export RUSTFLAGS="$RUSTFLAGS -Cpasses=sancov -Cllvm-args=-sanitizer-coverage-level=4 -Cllvm-args=-…
23 export RUSTFLAGS="-D warnings"
72 ENV RUSTFLAGS='--cfg hermetic'
69 RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo build
99 `-C target-feature=+atomics` in `RUSTFLAGS`.
77 RUSTFLAGS='--cfg hermetic'
429 `RUSTFLAGS='--cfg rayon_unstable' cargo build`. This is