debugoptimized builds building against Qt would ultimately link against both the debug and non-debug msvcrt, ntdll, etc libraries which causes crashes in weird places and is very much not recommended by Microsoft. This changes the selected Qt library(ies) correctly to not uses the debug variants for debugoptimized builds. https://github.com/mesonbuild/meson/pull/3680pull/3708/head
parent
2d3bfa0778
commit
a7fc3fe356
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue