diff --git a/vcpkg.json b/vcpkg.json index 7f460436..03aa7000 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -37,7 +37,13 @@ "default-features": false }, "zstd", - "wxwidgets", + { + "name": "wxwidgets", + "default-features": false, + "features": [ + "debug-support" + ] + }, "openssl", { "name": "curl",