-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Add cmake flags that reduce memory usage #7018
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this!
docs/GettingStarted.md
Outdated
If you have commit access, you can do this yourself, otherwise a reviewer can do it for you. | ||
If you have commit access, you can do this yourself, otherwise a reviewer can do it for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stray whitespace 🧐
docs/GettingStarted.md
Outdated
In order to use the recommended `lld` linker, use the `-DLLVM_ENABLE_LLD=ON`. | ||
Removing that flag will use your compiler's default linker. More details about | ||
these problems and their solutions can be found | ||
[in the llvm docs](https://llvm.org/docs/GettingStarted.html#common-problems). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[in the llvm docs](https://llvm.org/docs/GettingStarted.html#common-problems). | |
[in the LLVM docs](https://llvm.org/docs/GettingStarted.html#common-problems). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fabian's comments excepted, this looks gtg!
This PR introduces some additional cmake flags to the GettingStarted docs that help reduce memory usage.