diff options
author | Aaron <aaron@10gen.com> | 2009-01-23 14:55:23 -0500 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-01-23 14:55:23 -0500 |
commit | dc35137964bec1fd4bb49f27e0d5dc22190511ef (patch) | |
tree | b93be985faf00d306445e01a128bd4d30ca2d4b7 /mongo.xcodeproj | |
parent | cdeec1f8811594139e3a950309a1dc477b27a278 (diff) | |
download | mongo-dc35137964bec1fd4bb49f27e0d5dc22190511ef.tar.gz |
Specify parallel build
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r-- | mongo.xcodeproj/project.pbxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj index 4c9f67b1e23..d28af7adbe3 100644 --- a/mongo.xcodeproj/project.pbxproj +++ b/mongo.xcodeproj/project.pbxproj @@ -316,7 +316,7 @@ }; 932F1DCC0F213B06008FA2E7 /* scons db */ = { isa = PBXLegacyTarget; - buildArgumentsString = ""; + buildArgumentsString = "-j2"; buildConfigurationList = 932F1DD40F213B0F008FA2E7 /* Build configuration list for PBXLegacyTarget "scons db" */; buildPhases = ( ); @@ -358,7 +358,7 @@ }; 93AF75120F213CC500994C66 /* scons all */ = { isa = PBXLegacyTarget; - buildArgumentsString = .; + buildArgumentsString = "-j2 ."; buildConfigurationList = 93AF75250F213D2500994C66 /* Build configuration list for PBXLegacyTarget "scons all" */; buildPhases = ( ); @@ -371,7 +371,7 @@ }; 93AF75170F213CFB00994C66 /* scons test */ = { isa = PBXLegacyTarget; - buildArgumentsString = test; + buildArgumentsString = "-j2 test"; buildConfigurationList = 93AF75260F213D2500994C66 /* Build configuration list for PBXLegacyTarget "scons test" */; buildPhases = ( ); |