/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/rust/Config.in
15 строк
330 B
Jeffery To
rust: Add option to use sccache
11 окт 2023, 10:50
Не верифицирован
11 окт 2023, 10:50
b4ec017
Код
Авторство
О чём код?
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