Summary: ## Issue There are a number of times when users building `facebook-clang-plugins` hit memory limitations, typically due to the OOM killer and when linking. In https://github.com/facebook/facebook-clang-plugins/pull/21, I implemented support for building `facebook-clang-plugins` using both Ninja and to only use one process when linking. ## Resolution This PR exposes the optional flags added in https://github.com/facebook/facebook-clang-plugins/pull/21 to `build-infer.sh`, such that you can build `facebook-clang-plugins` with either just `ninja` or `ninja` + only one process for linking. As part of this, it updates the `facebook-clang-plugins` submodule. update-submodule: facebook-clang-plugins Signed-off-by: Andrew V. Jones <andrewvaughanj@gmail.com> Pull Request resolved: https://github.com/facebook/infer/pull/1283 Reviewed By: dulmarod Differential Revision: D22334307 Pulled By: jvillard fbshipit-source-id: 97fc1c7dbmaster
parent
0ab3689f1f
commit
b878b4a148
@ -1 +1 @@
|
||||
Subproject commit a9c545fecae6cc447c28d4535488986941858ab1
|
||||
Subproject commit bd8863933f710a5b1f158e67da8c59ddaa654aa8
|
Loading…
Reference in new issue