summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2022-01-12 22:55:11 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-17 22:19:45 +0000
commitaa448965e2de49bd11b1c512456a6b2d816f0c8e (patch)
treedb107b27850c0112edeab624247c5f0ed1c97648 /mkspecs
parent8d12055bcb321d2c33796907ec13f713e3a80d17 (diff)
wasm: remove emterpreter flags
The “emterpreter” was the precursor to the current asyncify support, but is not in use any more. Change-Id: I07ca04b61747e90939444525641b5aa34f7087b5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit cf390e48b1360bbf9ec9c9a5eabb3d31552b8e4d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/wasm-emscripten/qmake.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/mkspecs/wasm-emscripten/qmake.conf b/mkspecs/wasm-emscripten/qmake.conf
index 364edd7f16..0c93a973cf 100644
--- a/mkspecs/wasm-emscripten/qmake.conf
+++ b/mkspecs/wasm-emscripten/qmake.conf
@@ -28,13 +28,6 @@ load(emcc_ver)
}
}
-EMTERP_FLAGS = \
- -s EMTERPRETIFY=1 \
- -s EMTERPRETIFY_ASYNC=1 \
- -s \"EMTERPRETIFY_FILE=\'data.binary\'\" \
- -s ASSERTIONS=1 \
- --profiling-funcs
-
EMCC_COMMON_LFLAGS += \
-s WASM=1 \
-s FULL_ES2=1 \