https://bugs.kde.org/show_bug.cgi?id=484237

--- Comment #11 from Maik Qualmann <metzping...@gmail.com> ---
With the last build you can see from the debug output that setjmp does not work
in the MSVC build.
I suspect that there are no correct exception conditions set in the compiler
flags and MSVC is doing internal handling.

@Gilles, we should try to compile all VCPKG packages with the following flag:

set(VCPKG_C_FLAGS "/EHa ${VCPKG_C_FLAGS}")
set(VCPKG_CXX_FLAGS "/EHa ${VCPKG_C_FLAGS}")

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to