aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-18 14:53:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-18 14:53:22 +0200
commitad2f4ee8af479a3825ec8e7c48796c65afe1748a (patch)
tree0e08cc566260e804b743a3f8917a443a76bf6070
parentdc24553fd249ccf2025cbbb654fb57f01ff139fa (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/sqlite/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile
index 9c88a0e..da10d13 100644
--- a/odb/sqlite/buildfile
+++ b/odb/sqlite/buildfile
@@ -44,7 +44,7 @@ details/
cli.options += --include-with-brackets --include-prefix odb/sqlite/details \
--guard-prefix LIBODB_SQLITE_DETAILS --generate-file-scanner \
---cli-namespace odb::sqlite::details::cli --long-usage
+--cli-namespace odb::sqlite::details::cli --long-usage --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