mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Disable Shadowsocks-Rust on 5.4 for now...
This commit is contained in:
parent
251ef8178d
commit
1a3fa01cd0
12 changed files with 314 additions and 144 deletions
15
rust/Config.in
Normal file
15
rust/Config.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue