diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-11 15:13:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-11 15:13:54 +0200 |
commit | 9e75650b59e4cd580c07e2ff50788019108cd194 (patch) | |
tree | c0dcbde3111457bf3df51cb962be0726624d7bdf | |
parent | b19a5058124e3a2e02f05e09d9b51d27913fbea1 (diff) |
Add note on bdep-new --no-amalgamation
-rw-r--r-- | bdep/new.cli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/new.cli b/bdep/new.cli index f93f6f3..38572c8 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -310,6 +310,8 @@ namespace bdep system-specific." } + // @@ This should be a no-amalgamation type sub-options. + // bool --no-amalgamation { "Create a project with disabled amalgamation support. This option is |