Remove default platform arguments for linux.

This commit is contained in:
Jacob Dufault 2017-04-25 21:13:04 -07:00
parent 49c687663e
commit bf21cde14a

View File

@ -228,13 +228,7 @@ out_error:
} }
std::vector<std::string> GetPlatformClangArguments() { std::vector<std::string> GetPlatformClangArguments() {
// TODO: use install config variable for path? return {};
return {
"-stdlib=libc++",
"-nostdinc++",
//"-I/usr/local/Cellar/llvm/3.9.1/include",
"-I/Users/jdufault/Personal/super-clang-index/libcxx/include"
};
} }
#undef CHECKED #undef CHECKED