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/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 761dcb0..ac11dca 100644 --- a/odb/makefile +++ b/odb/makefile @@ -118,6 +118,7 @@ $(gen): $(cli) $(gen): cli := $(cli) $(gen): cli_options += \ --generate-specifier \ +--suppress-undocumented \ --generate-file-scanner \ --include-with-brackets \ --include-prefix odb \ -- cgit v1.1