From ad2f4ee8af479a3825ec8e7c48796c65afe1748a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jun 2018 14:53:22 +0200 Subject: 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. --- odb/sqlite/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') 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 -- cgit v1.1