diff options
author | Shravan Narayan <shravanrn@gmail.com> | 2023-04-10 19:55:37 -0400 |
---|---|---|
committer | Shravan Narayan <shravanrn@gmail.com> | 2023-04-12 00:54:37 -0400 |
commit | c83f9b02f67adbc20499fc4821941cdf5011dc8a (patch) | |
tree | 89ebe2f4928ac0ab5d597d1e84c3748454dc0de5 /.github | |
parent | 8b8428b5c49aa89a3512452984818a273224143f (diff) | |
download | wabt-c83f9b02f67adbc20499fc4821941cdf5011dc8a.tar.gz wabt-c83f9b02f67adbc20499fc4821941cdf5011dc8a.tar.bz2 wabt-c83f9b02f67adbc20499fc4821941cdf5011dc8a.zip |
wasm2c: Separate the macros for allocation and bounds checks strategies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e9b89ee..e8092c98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: env: USE_NINJA: "1" CC: "clang" # used by the wasm2c tests - WASM2C_CFLAGS: "-march=x86-64-v2 -fsanitize=address -DWASM_RT_MEMCHECK_SIGNAL_HANDLER=0" + WASM2C_CFLAGS: "-march=x86-64-v2 -fsanitize=address -DWASM_RT_USE_MMAP=0" steps: - uses: actions/setup-python@v1 with: |