mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649)
This commit is contained in:
committed by
Jeremy Apthorp
parent
fb8b1fd1c9
commit
b6246dcf12
@@ -27,7 +27,7 @@ def main():
|
||||
if args.snapshot_files_dir is None:
|
||||
mkargs = [ get_binary_path('mksnapshot', app_path), \
|
||||
SNAPSHOT_SOURCE, '--startup_blob', 'snapshot_blob.bin', \
|
||||
'--no-native-code-counters' ]
|
||||
'--no-native-code-counters', '--turbo_instruction_scheduling' ]
|
||||
subprocess.check_call(mkargs)
|
||||
print('ok mksnapshot successfully created snapshot_blob.bin.')
|
||||
context_snapshot = 'v8_context_snapshot.bin'
|
||||
|
||||
Reference in New Issue
Block a user