Bug 313191
| Summary: | [CMake] Need to guard DEVELOPER_MODE_CXX_FLAGS from Swift targets | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Qianlang Chen <qianlangchen> |
| Component: | Tools / Tests | Assignee: | Qianlang Chen <qianlangchen> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Qianlang Chen
Currently the `-Werror` C++ flag when passed into Swift 6 compiler gets translated into `-W error`, breaking the build
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Qianlang Chen
Pull request: https://github.com/WebKit/WebKit/pull/63489
Qianlang Chen
*** This bug has been marked as a duplicate of bug 312939 ***