We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667a924 commit fb21062Copy full SHA for fb21062
src/node.cc
@@ -838,6 +838,10 @@ static ExitCode InitializeNodeWithArgsInternal(
838
V8::SetFlagsFromString(NODE_V8_OPTIONS, sizeof(NODE_V8_OPTIONS) - 1);
839
#endif
840
841
+ // Specify this explicitly to avoid being affected by V8 changes to the
842
+ // default value.
843
+ V8::SetFlagsFromString("--rehash-snapshot");
844
+
845
HandleEnvOptions(per_process::cli_options->per_isolate->per_env);
846
847
std::string node_options;
0 commit comments