diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-18 14:53:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-18 14:53:22 +0200 |
commit | 2dcf7748eca236a87c602833abb4de50a66be834 (patch) | |
tree | f300a59f0d91b866015f187e149befef79803a22 | |
parent | 6ca75fa6698387173fb06c0df5006b28fae4a17d (diff) |
Suppress support for combined CLI flags (--no-combined-flags)
We don't have any short options and this is incompatible with the skip mode
we are using.
-rw-r--r-- | odb/pgsql/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index be50d1e..db8a825 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -44,7 +44,8 @@ details/ cli.options += --include-with-brackets --include-prefix odb/pgsql/details \ --guard-prefix LIBODB_PGSQL_DETAILS --generate-file-scanner \ ---cli-namespace odb::pgsql::details::cli --long-usage --generate-specifier +--cli-namespace odb::pgsql::details::cli --long-usage --generate-specifier \ +--no-combined-flags # Include generated cli files into the distribution and don't remove them # when cleaning in src (so that clean results in a state identical to |