Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Dec 15, 2024
1 parent b9a066f commit 541f6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
"-s WEBSOCKET_SUBPROTOCOL=text"
"-s EXPORTED_RUNTIME_METHODS=['callMain']"
# Debug
"-s ASSERTIONS=2"
"-s ASSERTIONS=1"
"-s NO_DISABLE_EXCEPTION_CATCHING"
)
target_link_libraries(${PROJECT_NAME} PRIVATE ${EMSCRIPTEN_OPTIONS})
Expand Down

0 comments on commit 541f6a9

Please sign in to comment.