comparison build.properties @ 0:a5a898f6886c

Copy of MonetDB java directory changeset e6e32756ad31.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 21 Sep 2016 09:34:48 +0200 (2016-09-21)
parents
children 80de05f07508
comparison
equal deleted inserted replaced
-1:000000000000 0:a5a898f6886c
1 # Default build parameters. These may be overridden by local configuration
2 # settings in build.local.properties.
3
4
5 ##
6 ## MCL
7 ##
8
9 # major release number
10 MCL_MAJOR=1
11 # minor release number
12 MCL_MINOR=13
13
14
15 ##
16 ## JDBC (and client)
17 ##
18
19 # major release number
20 JDBC_MAJOR=2
21 # minor release number
22 JDBC_MINOR=23
23 # an additional identifying string
24 JDBC_VER_SUFFIX=Liberica
25 # the default port to connect on, if no port given when using SQL
26 JDBC_DEF_PORT=50000
27
28
29 ##
30 ## General
31 ##
32
33 # should we compile with debugging symbols
34 enable_debug=true
35 # should we optimize the build, preferably not for debugging
36 enable_optimize=false