From 22cb56f4a1ad5d2c6d581bab5e528a0cf0d13b17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Aug 2013 15:16:09 +0200 Subject: 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. --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.1