aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2016-06-24 16:17:47 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2016-06-24 13:47:47 +0300
commit4934e70092cff9b0e23227da9f4c4b6c389da835 (patch)
tree27d467929c9681c77017fbf373f2c35ef26f6762 /mesonbuild/interpreter.py
parent06a5853fdea960c363212f69f1c88a3fcb12cc78 (diff)
downloadmeson-4934e70092cff9b0e23227da9f4c4b6c389da835.zip
meson-4934e70092cff9b0e23227da9f4c4b6c389da835.tar.gz
meson-4934e70092cff9b0e23227da9f4c4b6c389da835.tar.bz2
Don't pass pdb flags while linking inside compiler tests (#614)
This causes intermittent build failures in the MSVC CI because of a race with the default anti-virus that ships with Windows while writing the .pdb file: https://ci.appveyor.com/project/jpakkane/meson/build/1.0.58 There's a separate fix for that in the works that will fix this in the general case, but for compiler tests we don't need to generate the pdb file at all. So, just fetch the CRT flag (/MDd) if needed instead. This has the side-effect of making compiler tests that use self.links and self.run faster.
Diffstat (limited to 'mesonbuild/interpreter.py')
0 files changed, 0 insertions, 0 deletions