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 | 89f2410ba614b5a6dab78ef5250fbf833e503657 (patch) | |
tree | 5db48e347309b5f1b0329a5c93ede064f5a2efaf | |
parent | 369fe1eba31f3e7a6f5424002eae88bfcb280efa (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/oracle/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/oracle/buildfile b/odb/oracle/buildfile index 6d45d95..f7b1783 100644 --- a/odb/oracle/buildfile +++ b/odb/oracle/buildfile @@ -52,7 +52,8 @@ details/ cli.options += --include-with-brackets --include-prefix odb/oracle/details \ --guard-prefix LIBODB_ORACLE_DETAILS --generate-file-scanner \ ---cli-namespace odb::oracle::details::cli --long-usage --generate-specifier +--cli-namespace odb::oracle::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 |