Ticket #295: patch.diff
| File patch.diff, 0.5 KB (added by mike@…, 3 years ago) |
|---|
-
README.rdoc
36 36 by using all/more cores. However, doing this can make your machine 37 37 unresponsive during compilation. To use multiple cores pass the `-j N' 38 38 option, where `N' stands for the number of cores you'd like to use. So for a 39 Dore Duo the command would look like:39 Core Duo the command would look like: 40 40 41 41 $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make -j2 42 42

