There was an error while loading. Please reload this page.
1 parent f5714c0 commit e44aaa2Copy full SHA for e44aaa2
1 file changed
cpp/cmake_modules/SetupCxxFlags.cmake
@@ -733,7 +733,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
733
# 1) Tell it to use JavaScript / WebAssembly 64 bit number support.
734
# 2) Tell it to build with support for C++ exceptions
735
# 3) Skip linker flags error which happens with -soname parameter
736
- set(ARROW_EMSCRIPTEN_LINKER_FLAGS "-sWASM_BIGINT=1 -fexceptions -Wno-error=linkflags")
+ set(ARROW_EMSCRIPTEN_LINKER_FLAGS
737
+ "-sWASM_BIGINT=1 -fexceptions -Wno-error=linkflags --profiling-funcs")
738
set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS
739
"-sSIDE_MODULE=1 ${ARROW_EMSCRIPTEN_LINKER_FLAGS}")
740
set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS
0 commit comments