From 893fb5f82f19795c215b52635e74219fbec89d12 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Tue, 14 Mar 2017 14:51:58 +0100 Subject: Optimize QtPositioning release build With this patch the vector math in QtPositioning .cpp files should also get the -O3 flag when building release Change-Id: I11cd1e1bdcfb4c49f4782d02ad48528cb2e48fec Reviewed-by: Alex Blasche --- src/positioning/positioning.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/positioning/positioning.pro b/src/positioning/positioning.pro index 0df56a71..32f3c05c 100644 --- a/src/positioning/positioning.pro +++ b/src/positioning/positioning.pro @@ -1,5 +1,6 @@ TARGET = QtPositioning QT = core-private +CONFIG += simd optimize_full #INCLUDEPATH += ../3rdparty/poly2tri INCLUDEPATH += ../3rdparty/clipper -- cgit v1.2.1