From 9bf40e4a91f6a792c3279d9184b67451cf58bf49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Dec 2015 18:02:40 +0200 Subject: Add --std option with c++{98,11,14} values; use function-static in C++11 This way we can use option descriptions during static initialization (e.g., of an Apache module). --- cli/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/buildfile') diff --git a/cli/buildfile b/cli/buildfile index 88b31f3..d221237 100644 --- a/cli/buildfile +++ b/cli/buildfile @@ -5,6 +5,6 @@ trav = traversal/{class elements namespace option unit} exe{cli}: cxx{cli generator html lexer name-processor parser runtime-inline \ source context header inline man options runtime-header runtime-source \ -$sema $trav} $libs +option-types $sema $trav} $libs cxx.poptions += -I$out_base -I$src_base -- cgit v1.1