Skip to content

Instantly share code, notes, and snippets.

@Debajyati
Forked from ROCKTAKEY/ccls-batch.bat
Created February 23, 2025 13:33
Show Gist options
  • Save Debajyati/725f66d717c360302f238e81d278c79e to your computer and use it in GitHub Desktop.
Save Debajyati/725f66d717c360302f238e81d278c79e to your computer and use it in GitHub Desktop.
Build ccls in Windows with MSYS.
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