Changeset: 3a75ae40046f for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/3a75ae40046f Modified Files: build.properties Branch: default Log Message:
Turn off debug for next release. diffs (12 lines): diff --git a/build.properties b/build.properties --- 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 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
