[Development] QTBUG-42038 also happens with wec2013 arm imx6 device

Sergio Martins iamsergio at gmail.com
Mon Dec 15 00:09:21 CET 2014


On Friday, December 12, 2014 17:47:16 Gunnar Roth wrote:
> I fix it by using
> #if defined(_M_ARM) // QTBUG-42038 , only talks about winrt but this also
> happens at least on wec2013 arm devices too, maybe even on ce 6/7. #pragma
> optimize("", off)
> #endif
> 
> instead of
> 
> #if defined(Q_OS_WINRT) && defined(_M_ARM) // QTBUG-42038
> #pragma optimize("", off)
> #endif
> 
> 
> Maybe this helps anyone.

Hi,

Can you submit a patch and add your findings to the bug report ?

Regards,
Sérgio Martins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20141214/bff84cec/attachment.html>


More information about the Development mailing list