Skip to content

Commit 89020a1

Browse files
committed
Enable stacktraces in WASM by default
Signed-off-by: Mateusz Front <[email protected]>
1 parent 3b6901b commit 89020a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platforms/emscripten/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ endif ()
3232
option(AVM_DISABLE_SMP "Disable SMP." OFF)
3333
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
3434
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
35+
option(AVM_CREATE_STACKTRACES "Create stacktraces" ON)
3536

3637
set(
3738
PLATFORM_LIB_SUFFIX

0 commit comments

Comments
 (0)