diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-09 12:32:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 12:32:31 -0700 |
| commit | 3871d733493142a6d31f4f4755fffee5fa8c469c (patch) | |
| tree | 7da41ed9dc271608a6d095f16db372f13eb417e2 /toolsrc/src/vcpkg.cpp | |
| parent | cb8aa9c2eec1b1fb30181a6964362b104f2e6d2b (diff) | |
| download | vcpkg-3871d733493142a6d31f4f4755fffee5fa8c469c.tar.gz vcpkg-3871d733493142a6d31f4f4755fffee5fa8c469c.zip | |
[vcpkg manifests] fix some issues (#12227)
Fixes #12190
Fixes #12208
Fixes #12234
Fixes #12286
Fixes #12315
Fixes #12186
Fixes #12331
Fixes googleapis/google-cloud-cpp#4487
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp index b6f0782fa..003ae1024 100644 --- a/toolsrc/src/vcpkg.cpp +++ b/toolsrc/src/vcpkg.cpp @@ -250,6 +250,7 @@ int main(const int argc, const char* const* const argv) "Warning: passed either --printmetrics or --no-printmetrics, but metrics are disabled.\n"); } + args.debug_print_feature_flags(); args.track_feature_flag_metrics(); if (Debug::g_debugging) |
