RESOLVED FIXED141968
The --no-streams-api flag of Tools/Script/build-webkit is not disabling the streams API for XCode-based builds
https://bugs.webkit.org/show_bug.cgi?id=141968
Summary The --no-streams-api flag of Tools/Script/build-webkit is not disabling the s...
youenn fablet
Reported 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.
Attachments
Xabier Rodríguez Calvar
Comment 1 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?
youenn fablet
Comment 2 2017-10-14 16:53:06 PDT
This is no longer relevant.
Note You need to log in before you can comment on or make changes to this bug.