Bug 119402
| Summary: | [cmake] Extra compiler flags should be passed for all target | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Text | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | nick.diego, ossy, rakuco |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 119266 | ||
Csaba Osztrogonác
It seems extra compiler flags isn't passed for all target now.
I found it when I tried to add back c++11 features and EFL build
failed - https://bugs.webkit.org/show_bug.cgi?id=119266
I'm going to collect which targets are still missing and try to fix.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I checked the full EFL build.log and found that "-std=gnu++0x"
isn't passed to the following targets:
- Tools/DumpRenderTree/TestNetscapePlugin
- Tools/DumpRenderTree/efl
- Tools/ImageDiff
- Tools/TestWebKitAPI
- Source/cmake/gtest
- Source/JavaScriptCore/llint/LLIntOffsetExtractor.cpp
- Source/JavaScriptCore/shell (jsc.cpp)
- Source/WebKit/efl/tests
- Source/WebKit2/UIProcess/API/efl/tests
- Source/WebKit2/UIProcess/API/efl/tests
Csaba Osztrogonác
Fixed by http://trac.webkit.org/changeset/155163
*** This bug has been marked as a duplicate of bug 120812 ***