We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340bcac commit 7190726Copy full SHA for 7190726
docs/development.md
@@ -123,10 +123,7 @@ cmake -GNinja -Bbuild \
123
`# use ccache to cache build results` \
124
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
125
`# use LLD to link in seconds, rather than minutes` \
126
- `# if using clang <= 13, replace --ld-path=ld.lld with -fuse-ld=lld` \
127
- -DCMAKE_EXE_LINKER_FLAGS_INIT="--ld-path=ld.lld" \
128
- -DCMAKE_MODULE_LINKER_FLAGS_INIT="--ld-path=ld.lld" \
129
- -DCMAKE_SHARED_LINKER_FLAGS_INIT="--ld-path=ld.lld"
+ -DCMAKE_LINKER_TYPE=lld
130
```
131
132
- This requires [the enablement mentioned earlier](#optional-enable-quicker-builds).
0 commit comments