From d6fb01e6b3ae86180f39d903db58941a75109514 Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca Date: Tue, 10 Dec 2024 12:57:47 -0300 Subject: [PATCH] Work in progress --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce7b193..7cc7d27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Emscripten") "-s WEBSOCKET_SUBPROTOCOL=text" "-s EXPORTED_RUNTIME_METHODS=['callMain']" # Debugging - "-s ASSERTIONS=1" + "-s ASSERTIONS=2" # "-s RUNTIME_DEBUG" "-s NO_DISABLE_EXCEPTION_CATCHING" )