Last active
January 2, 2016 16:59
-
-
Save gwijayas/8333907 to your computer and use it in GitHub Desktop.
vim YouCompleteMe clang support with system version of clang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake -G "Unix Makefiles" -DUSE_SYSTEM_LIBCLANG=ON . ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp | |
make ycm_support_libs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment