From 72aea46ebd6221466a1161f80041eaa5a5c402e1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 16 Aug 2019 12:44:36 +0300 Subject: Add '--std c++11' CLI option in buildfile --- bbot/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbot/buildfile b/bbot/buildfile index f57edcb..4d10c94 100644 --- a/bbot/buildfile +++ b/bbot/buildfile @@ -81,8 +81,8 @@ if $cli.configured agent/cli.cxx{agent-options}: cli{agent/agent} worker/cli.cxx{worker-options}: cli{worker/worker} - cli.options += -I $src_root --include-with-brackets \ ---cxx-prologue "#include " \ + cli.options += --std c++11 -I $src_root --include-with-brackets \ +--cxx-prologue "#include " \ --cli-namespace bbot::cli --generate-specifier --generate-parse cli.cxx{common-options}: cli.options += --include-prefix bbot \ -- cgit v1.1