diff options
author | Matthew Waters <matthew@centricular.com> | 2018-06-07 05:21:25 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-06-07 12:56:49 +0000 |
commit | a7fc3fe3561c0b15a5263192a1645c765adf0ec2 (patch) | |
tree | 1dde3f03d9ac7aa8ca228faadd37a3af0a8d978d /mesonbuild/backend/ninjabackend.py | |
parent | 2d3bfa0778d3f7068585c82e991a25c0ce79fbac (diff) | |
download | meson-a7fc3fe3561c0b15a5263192a1645c765adf0ec2.zip meson-a7fc3fe3561c0b15a5263192a1645c765adf0ec2.tar.gz meson-a7fc3fe3561c0b15a5263192a1645c765adf0ec2.tar.bz2 |
dependencies/qt: fix debugoptimized builds with qt
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/3680
Diffstat (limited to 'mesonbuild/backend/ninjabackend.py')
0 files changed, 0 insertions, 0 deletions