diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-01-06 13:59:11 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-01-28 10:52:00 -0800 |
commit | 3f8d6af9c2110bc1b3c94dd7b638d5b7eb1208c0 (patch) | |
tree | df59ad40583f25865fbb8b74b60b1614523972ca /mesonbuild/backend/vs2017backend.py | |
parent | 0f47ca95c1291ed954bf6a84783208d5538ef881 (diff) | |
download | meson-3f8d6af9c2110bc1b3c94dd7b638d5b7eb1208c0.zip meson-3f8d6af9c2110bc1b3c94dd7b638d5b7eb1208c0.tar.gz meson-3f8d6af9c2110bc1b3c94dd7b638d5b7eb1208c0.tar.bz2 |
compilers: Use /Zi instead of /ZI with clang-cl
Clang-cl doesn't support /ZI, so we need to use either /Zi or /Z7, which
both do the same thing for clang-cl (though not for msvc)
Fixes #6414
Diffstat (limited to 'mesonbuild/backend/vs2017backend.py')
0 files changed, 0 insertions, 0 deletions