From 40a83720199dec2becd7303ffaac59097244f37c 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/mssql/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1