From 0a27bd450bad2c6e29cf5f4c6d6b109c10b69349 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 11 Dec 2024 19:47:38 +0100 Subject: [PATCH] feat(core): debug build failure --- core/src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/meson.build b/core/src/meson.build index d80aae84bdd..813c4b85f7f 100644 --- a/core/src/meson.build +++ b/core/src/meson.build @@ -152,7 +152,7 @@ if cpp_compiler.get_id() == 'emscripten' '-sEXPORT_ES6', '-sENVIRONMENT=web,webview', '--emit-tsd', 'km-core-interface.d.ts', - # '-sERROR_ON_UNDEFINED_SYMBOLS=0' + '-sERROR_ON_UNDEFINED_SYMBOLS=0' ] endif