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 4afc85e commit e2ddeba
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=["-fsanitize=address"]
tools.build:cxxflags=["-fsanitize=address"]
tools.build:exelinkflags=["-fsanitize=address"]
tools.build:sharedlinkflags=["-fsanitize=address"]
EOF
Expand Down

0 comments on commit e2ddeba

Please sign in to comment.