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 78d68d0 commit 4afc85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
[tool_requires]
*: emsdk/3.1.44
tools.build:cflags=["-g -fsanitize=address"]
tools.build:cxxflags=["-g -fsanitize=address"]
tools.build:cflags=["-g", "-fsanitize=address"]
tools.build:cxxflags=["-g", "-fsanitize=address"]
tools.build:exelinkflags=["-fsanitize=address"]
tools.build:sharedlinkflags=["-fsanitize=address"]
EOF
Expand Down

0 comments on commit 4afc85e

Please sign in to comment.