• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Parallel Building
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parallel Building


  • Subject: Re: Parallel Building
  • From: Braden McDaniel <email@hidden>
  • Date: Sun, 19 Oct 2008 19:55:21 -0400

On Sun, 2008-10-19 at 15:29 -0700, Willy P wrote:
> Hey,
> I am a cross platform C++ developer and I REALLY like how xcode
> simultaneously builds as many files as the build machine has cores.
> It is an incredible time saver.  What I'm wondering is, is this a
> feature of xcode or or they just cleverly using g++ features?  Is
> there a way I can replicate this on Linux using standard makefiles?
>
> Thanks a lot...

If you get your dependencies right, parallel make will Just Work.  See
the -j option.  (In general, it's easier to maximize the efficiency of
this if your make is not recursive.)

--
Braden McDaniel                           e-mail: <email@hidden>
<http://endoframe.com>                    Jabber: <email@hidden>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Parallel Building
      • From: "Michael Crawford" <email@hidden>
References: 
 >Parallel Building (From: "Willy P" <email@hidden>)

  • Prev by Date: Xcode + GNU Make
  • Next by Date: Re: Problem with xcodebuild in Script
  • Previous by thread: Re: Parallel Building
  • Next by thread: Re: Parallel Building
  • Index(es):
    • Date
    • Thread