From 906f43252ff031d068c8100dc568aa882224a3af Mon Sep 17 00:00:00 2001 From: Saschl <19493808+Saschl@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:16:19 +0100 Subject: [PATCH] fix: terronnd build for 320 --- igniter.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/igniter.config.mjs b/igniter.config.mjs index c3e383dc11c..8cef3fd776e 100644 --- a/igniter.config.mjs +++ b/igniter.config.mjs @@ -127,7 +127,7 @@ export default new TaskOfTasks("all", [ ]), new ExecTask("systems-terronnd", [ "fbw-common/src/wasm/terronnd/build.sh", - "wasm-opt -O1 -o fbw-a32nx/out/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/panel/terronnd.wasm fbw-common/src/wasm/terronnd/out/terronnd.wasm" + "wasm-opt -O1 --signext-lowering -o fbw-a32nx/out/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/panel/terronnd.wasm fbw-common/src/wasm/terronnd/out/terronnd.wasm" ], [ "fbw-common/src/wasm/terronnd", "fbw-a32nx/out/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/panel/terronnd.wasm",