Home
last modified time | relevance | path

Searched refs:rust_common_flags (Results 1 – 2 of 2) sorted by relevance

/linux/rust/
H A DMakefile148 $(RUSTDOC) $(filter-out $(skip_flags) --remap-path-scope=%,$(if $(rustdoc_host),$(rust_common_flags),$(rust_flags))) \
254 $(RUSTC_OR_CLIPPY) $(filter-out $(skip_flags),$(rust_common_flags) $(rustc_target_flags)) \
319 $(RUSTDOC) --test $(rust_common_flags) \
354 $(RUSTC_OR_CLIPPY) --test $(rust_common_flags) \
521 $(filter-out $(skip_flags),$(rust_common_flags) $(rustc_target_flags)) \
544 $(RUSTC_OR_CLIPPY) $(rust_common_flags) $(rustc_target_flags) \
/linux/
H A DMakefile476 export rust_common_flags := --edition=2021 \ macro
509 KBUILD_HOSTRUSTFLAGS := $(rust_common_flags) -O -Cstrip=debuginfo \
602 KBUILD_RUSTFLAGS := $(rust_common_flags) \
840 # Per-version Rust flags. These are like `rust_common_flags`, but may
850 rust_common_flags += $(rust_common_flags_per_version)