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 8097908 commit 3bfafdeCopy full SHA for 3bfafde
CMakeLists.txt
@@ -31,7 +31,7 @@ option(AVM_DISABLE_SMP "Disable SMP." OFF)
31
option(AVM_DISABLE_TASK_DRIVER "Disable task driver support." OFF)
32
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
33
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
34
-option(AVM_RELEASE "Build an AtomVM release" ON)
+option(AVM_RELEASE "Build an AtomVM release" OFF)
35
option(AVM_CREATE_STACKTRACES "Create stacktraces" ON)
36
option(AVM_BUILD_RUNTIME_ONLY "Only build the AtomVM runtime" OFF)
37
option(COVERAGE "Build for code coverage" OFF)
0 commit comments