Mercurial > hg > monetdb-java
changeset 465:ed27270f5cdf
Turn on debug info temporary in order to get more info on JdbcClient startup NPE in default testweb:
Exception in thread "main" java.lang.NullPointerException
at org.monetdb.client.JdbcClient.main(Unknown Source)
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 07 Apr 2021 20:26:10 +0200 (2021-04-07) |
parents | 3e28de1c4f81 |
children | 1bb3885dd240 |
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=false +enable_debug=true # should we optimize the build, preferably not for debugging. Yes for public releases enable_optimize=true