We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6901b commit 89020a1Copy full SHA for 89020a1
src/platforms/emscripten/CMakeLists.txt
@@ -32,6 +32,7 @@ endif ()
32
option(AVM_DISABLE_SMP "Disable SMP." OFF)
33
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
34
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
35
+option(AVM_CREATE_STACKTRACES "Create stacktraces" ON)
36
37
set(
38
PLATFORM_LIB_SUFFIX
0 commit comments