diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 3dde4623727..168b97e07b2 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -389,6 +389,7 @@ 'variables': { 'mksnapshot_flags': [ '--turbo_instruction_scheduling', + '--stress-turbo-late-spilling', # In cross builds, the snapshot may be generated for both the host and # target toolchains. The same host binary is used to generate both, so # mksnapshot needs to know which target OS to use at runtime. It's weird,