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 7d0a9ec commit 239cb42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
*: 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"]
lua:tools.build:cflags=["-fsanitize=address"]
lua:tools.build:cxxflags=["-fsanitize=address"]
lua:tools.build:exelinkflags=["-fsanitize=address"]
lua:tools.build:sharedlinkflags=["-fsanitize=address"]
EOF
- name: Install Ubuntu Dependencies
Expand All @@ -88,7 +88,7 @@ jobs:

- name: Install WebAssembly Dependencies
if: matrix.config.name == 'WebAssembly'
run: conan install .. --output-folder=. --build=missing --profile=webassembly --settings compiler.cppstd=17 --settings build_type=Debug
run: conan install .. --output-folder=. --build=missing --profile=webassembly --settings compiler.cppstd=17 --settings build_type=Release
working-directory: build

- name: Configure
Expand Down

0 comments on commit 239cb42

Please sign in to comment.