pull/3225/head
Craig Tiller 9 years ago
parent fe06d409c5
commit 929e7eebc6
  1. 2
      tools/run_tests/run_tests.py

@ -482,7 +482,7 @@ if platform.system() == 'Windows':
# better do parallel compilation
extra_args.extend(["/m"])
# disable PDB generation: it's broken, and we don't need it during CI
extra_args.extend(["/p:GenerateDebugInformation=false", "/p:DebugInformationFormat:None"])
extra_args.extend(["/p:GenerateDebugInformation=false", "/p:DebugInformationFormat=None"])
return [
jobset.JobSpec(['vsprojects\\build.bat',
'vsprojects\\%s.sln' % target,

Loading…
Cancel
Save