File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ endif()
18
18
if (EMSCRIPTEN)
19
19
add_compile_options (-fexceptions)
20
20
add_link_options (-fexceptions)
21
+
22
+ # Memory configuration
23
+ add_compile_options (-sALLOW_MEMORY_GROWTH=1)
24
+ add_compile_options (-sMAXIMUM_MEMORY=64MB)
25
+ add_link_options (-sALLOW_MEMORY_GROWTH=1)
26
+ add_link_options (-sMAXIMUM_MEMORY=64MB)
21
27
endif ()
22
28
23
29
# People keep running CMake in the wrong folder, completely nuking their project or creating weird bugs.
Original file line number Diff line number Diff line change 30
30
< meta name ="twitter:site " content ="@CMUDB ">
31
31
< meta name ="twitter:creator " content ="@CMUDB ">
32
32
< meta name ="twitter:domain " content =". ">
33
- < meta property ="twitter:label1 " content ="Semester? " />
34
- < meta property ="twitter:data1 " content ="Fall 2022 " />
35
- < meta property ="twitter:label1 " content ="Relational ? " />
36
- < meta property ="twitter:data1 " content ="Hell Yes " />
33
+ < meta property ="twitter:label1 " content ="Semester " />
34
+ < meta property ="twitter:data1 " content ="Fall 2024 " />
35
+ < meta property ="twitter:label1 " content ="SQL Database ? " />
36
+ < meta property ="twitter:data1 " content ="You Know It! " />
37
37
</ head >
38
38
39
39
< body >
You can’t perform that action at this time.
0 commit comments