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 | 40a83720199dec2becd7303ffaac59097244f37c (patch) | |
tree | 8d2f38e8c81e50ee481e0c1f41093b3f6c3bfb55 | |
parent | bb67f32b2d92a5a7daea1d170ada978941948b66 (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/mssql/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/mssql/buildfile b/odb/mssql/buildfile index 809e38e..1c6319a 100644 --- a/odb/mssql/buildfile +++ b/odb/mssql/buildfile @@ -56,7 +56,8 @@ details/ cli.options += --include-with-brackets --include-prefix odb/mssql/details \ --guard-prefix LIBODB_MSSQL_DETAILS --generate-file-scanner \ ---cli-namespace odb::mssql::details::cli --long-usage --generate-specifier +--cli-namespace odb::mssql::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 |