From cf390e48b1360bbf9ec9c9a5eabb3d31552b8e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Wed, 12 Jan 2022 22:55:11 +0100 Subject: wasm: remove emterpreter flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Lorn Potter --- mkspecs/wasm-emscripten/qmake.conf | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mkspecs/wasm-emscripten') 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 \ -- cgit v1.2.3