-
-
Save Debajyati/725f66d717c360302f238e81d278c79e to your computer and use it in GitHub Desktop.
Build ccls in Windows with MSYS.
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
git clone https://github.com/MaskRay/ccls/ --recursive | |
cd ccls | |
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -G "MSYS Makefiles" -DCMAKE_CXX_FLAGS=-D__STDC_FORMAT_MACROS | |
cmake --build Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment