changeset 475:3a75ae40046f

Turn off debug for next release.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Tue, 01 Jun 2021 20:17:47 +0200 (2021-06-01)
parents d414e5c4470c
children 5b99ca67825a
files build.properties
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.properties
+++ b/build.properties
@@ -31,7 +31,7 @@ JDBC_DEF_PORT=50000
 ##
 
 # should we compile with debugging symbols? Not for public releases
-enable_debug=true
+enable_debug=false
 
 # should we optimize the build, preferably not for debugging. Yes for public releases
 enable_optimize=true