make scons parallel by default (#30901)

pull/30902/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent 633fef5a96
commit 8fbe382fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      SConstruct

@ -14,6 +14,8 @@ AGNOS = TICI
Decider('MD5-timestamp')
SetOption('num_jobs', int(os.cpu_count()/2))
AddOption('--kaitai',
action='store_true',
help='Regenerate kaitai struct parsers')

Loading…
Cancel
Save