Try harder to disable PDB

pull/3183/head
Craig Tiller 9 years ago
parent fc3c0c45a0
commit 6300a18342
  1. 2
      tools/run_tests/run_tests.py

@ -479,7 +479,7 @@ if platform.system() == 'Windows':
def make_jobspec(cfg, targets):
extra_args = []
if args.travis:
extra_args.extend(["/m", "/p:DebugSymbols=false", "/p:DebugType=None"])
extra_args.extend(["/m", "/p:GenerateDebugInformation=false"])
return [
jobset.JobSpec(['vsprojects\\build.bat',
'vsprojects\\%s.sln' % target,

Loading…
Cancel
Save