Skip to content

Commit e44aaa2

Browse files
committed
TEMP show symoblized stack - revert later
1 parent f5714c0 commit e44aaa2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cpp/cmake_modules/SetupCxxFlags.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
733733
# 1) Tell it to use JavaScript / WebAssembly 64 bit number support.
734734
# 2) Tell it to build with support for C++ exceptions
735735
# 3) Skip linker flags error which happens with -soname parameter
736-
set(ARROW_EMSCRIPTEN_LINKER_FLAGS "-sWASM_BIGINT=1 -fexceptions -Wno-error=linkflags")
736+
set(ARROW_EMSCRIPTEN_LINKER_FLAGS
737+
"-sWASM_BIGINT=1 -fexceptions -Wno-error=linkflags --profiling-funcs")
737738
set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS
738739
"-sSIDE_MODULE=1 ${ARROW_EMSCRIPTEN_LINKER_FLAGS}")
739740
set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS

0 commit comments

Comments
 (0)