commit | ee482fd521a0b3c7c33539c7b1a8d552c18832c3 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <hamaji@google.com> | Mon Aug 17 17:38:24 2015 +0900 |
committer | Shinichiro Hamaji <hamaji@google.com> | Thu Aug 20 14:33:44 2015 +0900 |
tree | d415f748ea88d2bca58caf4d2755240a9cdac6ea | |
parent | e7d6f04d32c26e1355a1a01008941477c1432611 [diff] |
Use goma when USE_GOMA=true is set With USE_GOMA, the path to gomacc in $GOMA_DIR or $HOME/goma will be appended to CC_WRAPPER and CXX_WRAPPER. Note this works only with USE_NINJA. Unlike ninja, GNU make cannot change the parallelism depending on targets. Specifying -j500 to GNU make would mean you may run 500 local jobs in parallel, but with -j32 goma will just slow down the build. Change-Id: I0f571454fd2a5b525ee29b445f7ab8715927ca00