aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
commit22cb56f4a1ad5d2c6d581bab5e528a0cf0d13b17 (patch)
tree7d16b824f639b5133a480abb094c350eedbb1d2e /makefile
parentbb02fdbce23477d931a1572f8b2ffe52c80edf32 (diff)
Add support for object sections
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1b99343..fb9aa3f 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,8 @@ mapping \
optimistic \
pimpl \
prepared \
-schema/embedded
+schema/embedded \
+section
tr1_dirs := relationship inverse schema/custom view
cxx11_dirs := c++11