diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 10:56:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-08 10:56:32 +0200 |
commit | eb264e1892c2a1379fa3bcab9aefea219e8e7138 (patch) | |
tree | 1031f859076b2d8f117a2948ec1184a5536f9cbc /build/buildfile | |
parent | 55471ef43695408bae2237374be4637c302d1c87 (diff) |
Rework diagnostics verbosity, add quiet mode/option
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildfile b/build/buildfile index a9fcc49..f4320d4 100644 --- a/build/buildfile +++ b/build/buildfile @@ -19,4 +19,4 @@ exe{b}: cxx{b algorithm name operation spec scope variable target \ #@@ TODO # -# cli --cli-namespace cl --include-with-brackets --include-prefix build --guard-prefix BUILD --hxx-suffix "" options.cli +# cli --generate-specifier --cli-namespace cl --include-with-brackets --include-prefix build --guard-prefix BUILD --hxx-suffix "" options.cli |