Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 22, 2023
1 parent 0d58bd9 commit f9a77bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
[tool_requires]
*: emsdk/3.1.44
# [conf]
# tools.build:cflags=["-fsanitize=address"]
# tools.build:cxxflags=["-fsanitize=address"]
# tools.build:exelinkflags=["-fsanitize=address"]
# tools.build:sharedlinkflags=["-fsanitize=address"]
[conf]
tools.build:cflags=["-fsanitize=address"]
tools.build:cxxflags=["-fsanitize=address"]
tools.build:exelinkflags=["-fsanitize=address"]
tools.build:sharedlinkflags=["-fsanitize=address"]
EOF
- name: Install Ubuntu Dependencies
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if(SANDBOX)
endif()

if (${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
# target_link_libraries(${PROJECT_NAME} "--profiling")
# target_link_libraries(${PROJECT_NAME} "-s RUNTIME_DEBUG")
target_link_libraries(${PROJECT_NAME} "--profiling")
target_link_libraries(${PROJECT_NAME} "-s RUNTIME_DEBUG")
target_link_libraries(${PROJECT_NAME} "-s ASSERTIONS=1")
target_link_libraries(${PROJECT_NAME} "-s NO_DISABLE_EXCEPTION_CATCHING")

Expand Down

0 comments on commit f9a77bb

Please sign in to comment.