1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Revert Rust change for now, need some tweak for 5.4 support...

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-10 22:15:22 +01:00
parent 28fd18c5f7
commit 9bdc22ba4a
10 changed files with 132 additions and 307 deletions

View file

@ -1,15 +0,0 @@
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