forked from OSchip/llvm-project
Fix another #ifdef CLANGD_ENABLE_REMOTE
This commit is contained in:
parent
0de629d7ae
commit
529441e88e
|
@ -450,7 +450,7 @@ opt<bool> EnableConfig{
|
|||
init(true),
|
||||
};
|
||||
|
||||
#ifdef CLANGD_ENABLE_REMOTE
|
||||
#if CLANGD_ENABLE_REMOTE
|
||||
opt<std::string> RemoteIndexAddress{
|
||||
"remote-index-address",
|
||||
cat(Features),
|
||||
|
|
Loading…
Reference in New Issue