We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaf444 commit f2133dcCopy full SHA for f2133dc
1 file changed
CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_EXECUTABLE_SUFFIX ".wasm")
6
7
add_compile_options(-Werror -Wall -Wextra -Wimplicit-fallthrough)
8
9
-add_link_options(-Wl,--max-memory=33554432)
+add_link_options(-Wl,--max-memory=67108864)
10
11
add_executable(python-host pyhost.c)
12
0 commit comments