view build.properties @ 968:ef11627b87cb

Let getTimeDateFunctions() return functions sys.dayname and sys.monthname when the server supports them. Those will be supported from MonetDB server v11.53 (March2025).
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 20 Mar 2025 16:12:58 +0100 (5 weeks ago)
parents bbd6f2407d2e
children
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=12
# minor release number
JDBC_MINOR=1


##
## 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