mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 18:00:26 +00:00
Remove default platform arguments for linux.
This commit is contained in:
parent
49c687663e
commit
bf21cde14a
@ -228,13 +228,7 @@ out_error:
|
||||
}
|
||||
|
||||
std::vector<std::string> GetPlatformClangArguments() {
|
||||
// TODO: use install config variable for path?
|
||||
return {
|
||||
"-stdlib=libc++",
|
||||
"-nostdinc++",
|
||||
//"-I/usr/local/Cellar/llvm/3.9.1/include",
|
||||
"-I/Users/jdufault/Personal/super-clang-index/libcxx/include"
|
||||
};
|
||||
return {};
|
||||
}
|
||||
#undef CHECKED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user