[Lldb-commits] [lldb] r146811 - /lldb/trunk/scripts/build-lldb-llvm-clang

Eric Christopher echristo at apple.com
Fri Dec 16 18:10:59 PST 2011


On Dec 16, 2011, at 6:00 PM, Sean Callanan wrote:

> make -j8 

Instead of hardcoding in the -j8 you may wish to use something like:

SYSCTL=`sysctl -n hw.ncpu`

and then use $SYSCTL in place of the 8. This will only work on darwin, but it's probably better than guessing and there are similar things for most unixes. :)

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20111216/dc449f12/attachment.html>


More information about the lldb-commits mailing list