From 447d42e53a53049c404bb55bca4e92dd4e90bfa5 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 3 Feb 2025 11:30:22 +0100 Subject: [PATCH] add optimize flag --- state/actions/compileCode.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/state/actions/compileCode.ts b/state/actions/compileCode.ts index 1d14109..fada614 100644 --- a/state/actions/compileCode.ts +++ b/state/actions/compileCode.ts @@ -44,6 +44,7 @@ export const compileCode = async (activeId: number) => { output: 'wasm', compress: true, strip: state.compileOptions.strip, + optimize: false, files: [ { type: 'c',