summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPasi Keränen <pasi.keranen@qt.io>2019-06-07 09:57:52 +0300
committerPasi Keränen <pasi.keranen@qt.io>2019-06-07 06:59:39 +0000
commit57f1eebf141efcc4048baf1ed7fbe3b6160e03b4 (patch)
tree7c8008db62c032ad8b6857c373a585f328c7347f
parentaf9019af73dd0ecb60a3e688f2268bfcc2cbd080 (diff)
Add -fasm-blocks to EASTL compilation
Change-Id: I21d15c5495abb744b683889315f0c7d90697426d Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
-rw-r--r--EASTL.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/EASTL.pro b/EASTL.pro
index b7efd14..9a88968 100644
--- a/EASTL.pro
+++ b/EASTL.pro
@@ -2,6 +2,9 @@ TARGET = EASTL
include($$PWD/../../../commonplatform.pri)
CONFIG += staticlib
+QMAKE_CXXFLAGS += -fasm-blocks
+QMAKE_CFLAGS += -fasm-blocks
+
INCLUDEPATH += UnknownVersion/include
include(EASTL.pri)