summaryrefslogtreecommitdiffstats
path: root/mkspecs/wasm-emscripten/qmake.conf
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2022-01-12 22:55:11 +0100
committerMorten Johan Sørvig <morten.sorvig@qt.io>2022-01-17 09:01:08 +0000
commitcf390e48b1360bbf9ec9c9a5eabb3d31552b8e4d (patch)
treee1735f2b5270d387d8ee3116d93559b7baecd00e /mkspecs/wasm-emscripten/qmake.conf
parent260294346b60a7abab0a30106dd7c3a2ccc31a6e (diff)
wasm: remove emterpreter flags
The “emterpreter” was the precursor to the current asyncify support, but is not in use any more. Pick-to: 6.3 Change-Id: I07ca04b61747e90939444525641b5aa34f7087b5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'mkspecs/wasm-emscripten/qmake.conf')
-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 \