From 5a6cad9799be32889c85ebd71c70a03fe4a2a861 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 16 Aug 2019 12:24:03 +0300 Subject: Add '--std c++11' CLI option in load, merge, and clean buildfiles --- load/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'load') diff --git a/load/buildfile b/load/buildfile index 11252b2..493d067 100644 --- a/load/buildfile +++ b/load/buildfile @@ -18,10 +18,10 @@ if $cli.configured { cli.cxx{load-options}: cli{load} - cli.options += -I $src_root --include-with-brackets --include-prefix load \ ---guard-prefix LOAD --generate-specifier --page-usage print_ --ansi-color \ ---cxx-prologue "#include " \ ---long-usage + cli.options += --std c++11 -I $src_root --include-with-brackets \ +--include-prefix load --guard-prefix LOAD --generate-specifier \ +--cxx-prologue "#include " --page-usage print_ \ +--ansi-color --long-usage # Include the generated cli files into the distribution and don't remove # them when cleaning in src (so that clean results in a state identical to -- cgit v1.1