Mercurial > hg > monetdb-java
view build.properties @ 955:4b5ed1419a98
Add info on why we changed to version 12.0 (instead of 3.4)
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 16 Jan 2025 14:22:18 +0100 (3 months ago) |
parents | 203c4cc8d94d |
children | 1a4014a0c0c8 |
line wrap: on
line source
# Default build parameters. These may be overridden by local configuration # settings in build.local.properties. ## ## JDBC (and client) ## # major release number JDBC_MAJOR=3 # minor release number JDBC_MINOR=3 ## ## General ## # should we compile with debugging symbols? Not for public releases enable_debug=false # should we optimize the build, preferably not for debugging. Yes for public releases enable_optimize=true