Skip to content

Commit 2c0b07a

Browse files
committed
Increase memory limit to 64 MB
1 parent 5bca51c commit 2c0b07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_EXECUTABLE_SUFFIX ".wasm")
66

77
add_compile_options(-Werror -Wall -Wextra -Wimplicit-fallthrough)
88

9-
add_link_options(-Wl,--max-memory=33554432)
9+
add_link_options(-Wl,--max-memory=67108864)
1010

1111
add_executable(python-host pyhost.c)
1212

0 commit comments

Comments
 (0)