Wireshark-dev: [Wireshark-dev] Visual Studio 2022 - debug build time

From: chuck c <bubbasnmp@xxxxxxxxx>
Date: Tue, 19 Apr 2022 17:57:24 -0500
I'm seeing a considerably longer Debug build time with Visual Studio 2022.

It's the choco install from the WSDG: https://www.wireshark.org/docs/wsdg_html/#ChSetupMSVC

Anyone else build on Windows, upgraded to VS2022 and made a debug build?

thanks
chuckc

C:\Development\wsbuild64_2019>msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln - Time Elapsed 00:08:44.87
C:\Development\wsbuild64_2022>msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln - Time Elapsed 00:09:47.98

C:\Development\wsbuild64_2019>msbuild /m /p:Configuration=Debug Wireshark.sln - Time Elapsed 00:07:40.34
C:\Development\wsbuild64_2022>msbuild /m /p:Configuration=Debug Wireshark.sln - Time Elapsed 00:19:33.67  <---