Searched full:rustflags (Results 1 – 25 of 42) sorted by relevance
12
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 …]
17 # This just expands RUSTFLAGS in case of a coverage build27 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"
98 # use RUSTFLAGS.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++"
26 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test27 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features44 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test45 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features46 - run: RUSTFLAGS='-Z allow-features=' cargo test
95 RUSTFLAGS="${RUSTFLAGS:-}"96 export RUSTFLAGS="$RUSTFLAGS --sysroot=$RUST_SYSROOT"
18 rustflags: --cfg thiserror_nightly_testing26 RUSTFLAGS: ${{matrix.rustflags}}
18 rustflags: --cfg async_trait_nightly_testing26 RUSTFLAGS: ${{matrix.rustflags}}
109 RUSTFLAGS="$preamble" cargo test --verbose112 RUSTFLAGS="$preamble" cargo test --verbose --features libc116 RUSTFLAGS="$preamble" cargo test --verbose122 RUSTFLAGS="$preamble --cfg memchr_runtime_sse2" cargo test --verbose127 RUSTFLAGS="$preamble --cfg memchr_runtime_avx" cargo test --verbose
46 …RUSTFLAGS="-Z sanitizer=address" cargo +nightly -Z build-std test --target x86_64-unknown-linux-gnu47 … RUSTFLAGS="-Z sanitizer=leak" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu48 … RUSTFLAGS="-Z sanitizer=memory" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu
24 // nightly, unless `-Z allow-feature` in RUSTFLAGS disallows unstable135 if let Some(rustflags) = env::var_os("RUSTFLAGS") { in feature_allowed()136 for mut flag in rustflags.to_string_lossy().split(' ') { in feature_allowed()
8 RUSTFLAGS="-Z sanitizer=address" \12 RUSTFLAGS="-Z sanitizer=thread" \
32 RUSTFLAGS: --cfg deny_warnings49 run: echo "RUSTFLAGS=--cfg skip_ui_tests $RUSTFLAGS" >> $GITHUB_ENV
27 RUSTFLAGS: -D warnings43 RUSTFLAGS: -D warnings
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"
12 RUSTFLAGS: -Dwarnings143 run: RUSTFLAGS="--cfg loom -Dwarnings" cargo test --lib
64 …export RUSTFLAGS="$RUSTFLAGS -Cpasses=sancov -Cllvm-args=-sanitizer-coverage-level=4 -Cllvm-args=-…
13 RUSTFLAGS: "--deny=warnings"70 - run: RUSTFLAGS="-Z sanitizer=address" cargo test --all --target x86_64-unknown-linux-gnu
54 RUSTFLAGS: -Ctarget-feature=+crt-static92 RUSTFLAGS: -Zsanitizer=address
5 rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]
12 RUSTFLAGS: -D warnings
28 RUSTFLAGS: -D warnings
31 RUSTFLAGS: --cfg remain_stable_testing
23 export RUSTFLAGS="-D warnings"
10 RUSTFLAGS: -Dwarnings