Bug 141968 - The --no-streams-api flag of Tools/Script/build-webkit is not disabling the streams API for XCode-based builds
Summary: The --no-streams-api flag of Tools/Script/build-webkit is not disabling the s...
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 05:24 PST by youenn fablet
Modified: 2017-10-14 16:53 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2015-02-24 05:24:44 PST
The streams API implementation is behind a compilation flag.
It is turned on by default and can be turned off using the --no-streams-api option in Tools/Scripts/build-webkit.
This works for cmake build system but not for XCode build systems.
Comment 1 Xabier Rodríguez Calvar 2015-02-24 07:33:21 PST
As I wrote on comment 56 of bug 138967, we need to put a 0 on FeatureDefines.h so that build-webkit parameter takes effect, otherwise it will be always activated.

Any XCode expert in the room?
Comment 2 youenn fablet 2017-10-14 16:53:06 PDT
This is no longer relevant.