Home
last modified time | relevance | path

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

/linux-6.14.4/rust/
DMakefile63 $(RUSTDOC) $(filter-out $(skip_flags),$(if $(rustdoc_host),$(rust_common_flags),$(rust_flags))) \
124 $(RUSTC_OR_CLIPPY) $(rust_common_flags) \
162 $(RUSTDOC) --test $(rust_common_flags) \
195 $(RUSTC_OR_CLIPPY) --test $(rust_common_flags) \
366 $(RUSTC_OR_CLIPPY) $(rust_common_flags) \
/linux-6.14.4/
DMakefile471 export rust_common_flags := --edition=2021 \ macro
495 KBUILD_HOSTRUSTFLAGS := $(rust_common_flags) -O -Cstrip=debuginfo \
586 KBUILD_RUSTFLAGS := $(rust_common_flags) \