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. 4
      SConstruct

@ -14,6 +14,8 @@ AGNOS = TICI
Decider('MD5-timestamp') Decider('MD5-timestamp')
SetOption('num_jobs', int(os.cpu_count()/2))
AddOption('--kaitai', AddOption('--kaitai',
action='store_true', action='store_true',
help='Regenerate kaitai struct parsers') help='Regenerate kaitai struct parsers')
@ -37,7 +39,7 @@ AddOption('--clazy',
AddOption('--compile_db', AddOption('--compile_db',
action='store_true', action='store_true',
help='build clang compilation database') help='build clang compilation database')
AddOption('--ccflags', AddOption('--ccflags',
action='store', action='store',
type='string', type='string',

Loading…
Cancel
Save