mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 09:07:30 +08:00
16 lines
330 B
Plaintext
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
|