Commit 244b440f11a519bbd0f6a2c5cde90edb1732f2ea
- Diff rendering mode:
- inline
- side by side
|   | |||
| 26 | 26 | ||
| 27 | 27 | # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target. | |
| 28 | 28 | # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000. | |
| 29 | MMP_RULES += "LINKEROPTION armcc --rw-base 0xE00000" | ||
| 30 | MMP_RULES += ALWAYS_BUILD_AS_ARM | ||
| 31 | QMAKE_CXXFLAGS.ARMCC += -OTime -O3 | ||
| 29 | QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000 | ||
| 32 | 30 | } | |
| 33 | 31 | ||
| 34 | 32 | include($$PWD/../WebKit.pri) |

