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 | 54bc7449d034b6df12e5a3416905d9d3b9daf697 (patch) | |
tree | 27cc5e99376ff5970d4d9c6ee3917d9a92acca00 | |
parent | 70840fd64af1777cf13457cc5167b93ab1b9dae6 (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/mysql/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/mysql/buildfile b/odb/mysql/buildfile index 8822fee..b64d526 100644 --- a/odb/mysql/buildfile +++ b/odb/mysql/buildfile @@ -60,7 +60,8 @@ details/ cli.options += --include-with-brackets --include-prefix odb/mysql/details \ --guard-prefix LIBODB_MYSQL_DETAILS --generate-file-scanner \ ---cli-namespace odb::mysql::details::cli --long-usage --generate-specifier +--cli-namespace odb::mysql::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 |