Skip to content

Commit

Permalink
build: add bigint flag to cmake for emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5844 committed Aug 20, 2024
1 parent 9b4a913 commit 6697713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ if (CMAKE_CXX_PLATFORM_ID STREQUAL "emscripten")
"SHELL:-sSINGLE_FILE=1"
"SHELL:-sENVIRONMENT=web"
"SHELL:-sERROR_ON_UNDEFINED_SYMBOLS=0"
# "SHELL:-sWASM_BIGINT=1"
"SHELL:-sWASM_BIGINT=1"
"SHELL:-sSTACK_SIZE=196608"
$<$<CONFIG:Debug>:SHELL:-sASSERTIONS=2>
$<$<CONFIG:Debug>:SHELL:-sSAFE_HEAP=1>
Expand Down

0 comments on commit 6697713

Please sign in to comment.