Last active
October 20, 2020 16:57
-
-
Save compor/ca167a1cfb6d12d5ee8144b126cd6ccc to your computer and use it in GitHub Desktop.
ccls build script
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 \ | |
-GNinja -H. -BRelease \ | |
-DCMAKE_BUILD_TYPE=Release \ | |
-DCMAKE_PREFIX_PATH=/bulk/workbench/llvm/7.0/toolchain1/ \ | |
-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS="-stdlib=libc++ -lc++ -D_GLIBCXX_USE_CXX11_ABI=0" \ | |
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=On \ | |
-DCMAKE_INSTALL_RPATH=/bulk/workbench/llvm/7.0/toolchain1/lib/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment