From fafb9bd03565e7b86e9a6392e58e84e5abc323a3 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Mon, 11 Mar 2024 22:10:35 +0100 Subject: [PATCH] Codechange: disable asserts for release --- cmake/Options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Options.cmake b/cmake/Options.cmake index 3c8692fe4a..01e5d42eb1 100644 --- a/cmake/Options.cmake +++ b/cmake/Options.cmake @@ -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.