Bug 141968
| Summary: | The --no-streams-api flag of Tools/Script/build-webkit is not disabling the streams API for XCode-based builds | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | youenn fablet <youennf> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | benjamin, calvaris |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
youenn fablet
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Xabier RodrÃguez Calvar
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?
youenn fablet
This is no longer relevant.