Files
packages_lang_rust/Config.in
T
gitea-action 509dd13080 rust: init version 1.95.0
Signed-off-by: gitea-action <git@cooluc.com>
2026-05-11 03:04:05 +08:00

16 lines
330 B
Plaintext

menu "Configuration options (for developers)"
config RUST_SCCACHE
bool "Use sccache"
help
Shared compilation cache; see https://github.com/mozilla/sccache
config RUST_SCCACHE_DIR
string "Set sccache directory" if RUST_SCCACHE
default ""
help
Store sccache in this directory.
If not set, uses './.sccache'
endmenu