Bug 146401 - [Xcode] Use the same environment for command-line and IDE builds
Summary: [Xcode] Use the same environment for command-line and IDE builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-28 16:19 PDT by mitz
Modified: 2015-06-28 16:31 PDT (History)
2 users (show)

See Also:


Attachments
Set the UseSanitizedBuildSystemEnvironment user default to YES (1.51 KB, patch)
2015-06-28 16:21 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-06-28 16:19:23 PDT
To avoid unnecessary rebuilding when switching between building in Xcode and building from the command line, have xcodebuild use the same environment Xcode uses.
Comment 1 mitz 2015-06-28 16:21:41 PDT
Created attachment 255732 [details]
Set the UseSanitizedBuildSystemEnvironment user default to YES
Comment 2 mitz 2015-06-28 16:31:20 PDT
Committed <http://trac.webkit.org/r186057>.