summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-icc
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-09-02 15:30:32 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-09-21 16:39:51 +0000
commit2978caa2ed95447840d434f6c7bf1ad5e1b7eeb6 (patch)
treeeb5fddde5c81551600d116432035e763fa01f8bd /mkspecs/macx-icc
parentba214ce5a901c22dc5d76e1f23cffeb9af444068 (diff)
ICC: Remove the -fno-jump-tables workaround.
I added this sometime in the past to work around some ICC bug in position-independent code. Modern versions don't have the bug. Change-Id: I42e7ef1a481840699a8dffff140049ce927cdff2 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'mkspecs/macx-icc')
-rw-r--r--mkspecs/macx-icc/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-icc/qmake.conf b/mkspecs/macx-icc/qmake.conf
index 4e32a1913d..efce568ea9 100644
--- a/mkspecs/macx-icc/qmake.conf
+++ b/mkspecs/macx-icc/qmake.conf
@@ -18,7 +18,7 @@ QMAKE_CFLAGS_WARN_ON = -w1 -Wcheck -wd654,1572,411,873,1125,2259,2261,3280
QMAKE_CFLAGS_WARN_OFF = -w
QMAKE_CFLAGS_RELEASE =
QMAKE_CFLAGS_DEBUG = -g
-QMAKE_CFLAGS_SHLIB = -fPIC -fno-jump-tables
+QMAKE_CFLAGS_SHLIB = -fPIC
QMAKE_CFLAGS_STATIC_LIB = $$QMAKE_CFLAGS_SHLIB
QMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses
QMAKE_CFLAGS_THREAD =