[Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW
Hasselmann Mathias
mathias at taschenorakel.de
Thu Jul 20 10:50:50 CEST 2023
Am 20.07.2023 um 04:21 schrieb Thiago Macieira:
> On Wednesday, 19 July 2023 18:55:34 PDT Yang Fan wrote:
>> I wanted to point out that MSYS2 offers precompiled packages of Qt6 in four
>> different environments: CLANGARM64, MINGW64, CLANG64, and UCRT64.
> Is there any difference between mingw64 and clang64, aside from which compiler
> was used to compile Qt?
MSYS2 has a configuration matrix on their website:
https://www.msys2.org/docs/environments/
Despite that I can confirm that debugging via Qt Creator works
significnatly much better with lldb than with gdb on Windows. The GNU
debugger is barly usable on non-trivial projects, while lldb is not
super fast, but usable.
Ciao
Mathias
More information about the Development
mailing list