diff options
Diffstat (limited to 'test/run-spec-wasm2c.py')
-rwxr-xr-x | test/run-spec-wasm2c.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/run-spec-wasm2c.py b/test/run-spec-wasm2c.py index 1ff63d8f..8dfa416e 100755 --- a/test/run-spec-wasm2c.py +++ b/test/run-spec-wasm2c.py @@ -609,7 +609,6 @@ def main(args): if IS_WINDOWS: sys.stderr.write('skipping: wasm2c+memory64 is not yet supported under msvc\n') return SKIPPED - cflags.append('-DSUPPORT_MEMORY64=1') use_c11 = options.enable_threads |