Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtscript: disable LTO on ARM | Martin Ejdestig | 2018-12-05 | 1 | -0/+1 |
Building QtScript with GCC 7.3 for ARM with LTO results in a lot of undefined references to JIT stubs in src/3rdparty/javascriptcore. Looks like a GCC LTO bug when building for ARM. Task-number: QTBUG-71602 Change-Id: I7cdd4e5e6289e6e56466b8f3692ba04c42e73183 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> |