From c83f9b02f67adbc20499fc4821941cdf5011dc8a Mon Sep 17 00:00:00 2001 From: Shravan Narayan Date: Mon, 10 Apr 2023 19:55:37 -0400 Subject: wasm2c: Separate the macros for allocation and bounds checks strategies --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.3