From edae7d98cfac5f55782236d397c831f68ebe11a6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Nov 2010 14:02:41 +0200 Subject: Implement new compilation architecture Instead of compiling the header directly, g++ is now invoked to compile stdin. At the same time the odb driver pipes the original header to g++. This new approach allows us to add some source code before and/or after the original header. --- odb/options.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index 4abfc84..5d24f8a 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -288,4 +288,10 @@ class options database-default engine, pass \cb{default} as the value for this option." }; + + // + // Undocumented options that are used to pass service information + // between the frontend and the plugin. + // + std::string --svc-file; }; -- cgit v1.1