summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2016-01-26 05:24:07 -0500
committerTony Cook <tony@develop-help.com>2016-01-27 14:29:04 +1100
commit8e925de9eafe936a6c26a2b646ef06fde25a963f (patch)
treed9dfc19a852f3db4af154fdda6da11cca3a73343 /toke.c
parentf3c6f22e7318c8711613a58d4b041922a6465567 (diff)
downloadperl-8e925de9eafe936a6c26a2b646ef06fde25a963f.tar.gz
fix a race condition in parallel builds with Visual C
On older VCs a "gmake -j2 ..\generate_uudmap.exe ..\perlglob.exe" will generate warnings, on newer VCs, a fatal error in 1 or the other cl.exe process. This is because both cl.exes are trying to lock and write to vc*0.pdb, the same file. Add PDBOUT option so uudmap and perlglob have their own pdb files named after themselves and they cant conflict in a parallel build.
Diffstat (limited to 'toke.c')
0 files changed, 0 insertions, 0 deletions