Set cache_file to "<none>" if --no-cache is used.
This commit is contained in:
parent
3a8729420e
commit
79f9a1efb5
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ OPT_BEGIN(cache, ":") {
|
|||
} OPT_END(cache);
|
||||
|
||||
OPT_BEGIN(no_cache, "") {
|
||||
config.cache_file = "";
|
||||
config.cache_file = "<none>";
|
||||
} OPT_END(no_cache);
|
||||
|
||||
OPT_BEGIN(output, "o:") {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue