| Index: src/snapshot/mksnapshot.cc
|
| diff --git a/src/snapshot/mksnapshot.cc b/src/snapshot/mksnapshot.cc
|
| index 689d9a92528417eb4806d65b622aeedc8830eb41..c38f92f5b17795ab9a5a25c9a399b4d1bb6caeb4 100644
|
| --- a/src/snapshot/mksnapshot.cc
|
| +++ b/src/snapshot/mksnapshot.cc
|
| @@ -136,11 +136,9 @@ char* GetExtraCode(char* filename, const char* description) {
|
|
|
|
|
| int main(int argc, char** argv) {
|
| - // By default, log code create information in the snapshot.
|
| - i::FLAG_log_code = true;
|
| - i::FLAG_logfile_per_isolate = false;
|
| // Make mksnapshot runs predictable to create reproducible snapshots.
|
| i::FLAG_predictable = true;
|
| +
|
| // Print the usage if an error occurs when parsing the command line
|
| // flags or if the help flag is set.
|
| int result = i::FlagList::SetFlagsFromCommandLine(&argc, argv, true);
|
|
|