Skip to content

Commit 27086e4

Browse files
committed
Merge pull request #1730 from bettio/do-not-build-release
These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 8097908 + 3bfafde commit 27086e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ option(AVM_DISABLE_SMP "Disable SMP." OFF)
3131
option(AVM_DISABLE_TASK_DRIVER "Disable task driver support." OFF)
3232
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
3333
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
34-
option(AVM_RELEASE "Build an AtomVM release" ON)
34+
option(AVM_RELEASE "Build an AtomVM release" OFF)
3535
option(AVM_CREATE_STACKTRACES "Create stacktraces" ON)
3636
option(AVM_BUILD_RUNTIME_ONLY "Only build the AtomVM runtime" OFF)
3737
option(COVERAGE "Build for code coverage" OFF)

0 commit comments

Comments
 (0)