Build: tweak

Fangrui Song 2019-05-04 23:54:12 -07:00
parent 420f8d0a39
commit 4156dce945

@ -32,6 +32,7 @@ cmake --build Release
``` ```
The resulting executable will be `Release/ccls`. The resulting executable will be `Release/ccls`.
If you forgot to pass `--recursive` when cloning the repo, `git submodule update --init` to clone the rapidjson repository.
If you compile ccls with GCC 8.2.1, append `-DCMAKE_CXX_FLAGS=-fno-gnu-unique`. See https://github.com/MaskRay/ccls/issues/363#issuecomment-482625854 for details. If you compile ccls with GCC 8.2.1, append `-DCMAKE_CXX_FLAGS=-fno-gnu-unique`. See https://github.com/MaskRay/ccls/issues/363#issuecomment-482625854 for details.