Skip to content

Commit

Permalink
Codechange: disable asserts for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rubidium42 committed Mar 25, 2024
1 parent f5e49c0 commit 076731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function(set_options)

option(OPTION_DEDICATED "Build dedicated server only (no GUI)" OFF)
option(OPTION_INSTALL_FHS "Install with Filesystem Hierarchy Standard folders" ${DEFAULT_OPTION_INSTALL_FHS})
option(OPTION_USE_ASSERTS "Use assertions; leave enabled for nightlies, betas, and RCs" ON)
option(OPTION_USE_ASSERTS "Use assertions; leave enabled for nightlies, betas, and RCs" OFF)
if(EMSCRIPTEN)
# Although pthreads is supported, it is not in a way yet that is
# useful for us.
Expand Down

0 comments on commit 076731c

Please sign in to comment.