| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 08ebad82d8c69e235b421f89f51deaf25ada0ba5..dc06db2b6d837cfb6ee5f6de7e9e76ce1a4fedca 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -465,6 +465,7 @@ DEFINE_BOOL(enable_vldr_imm, false,
|
| "enable use of constant pools for double immediate (ARM only)")
|
| DEFINE_BOOL(force_long_branches, false,
|
| "force all emitted branches to be in long mode (MIPS/PPC only)")
|
| +DEFINE_STRING(mcpu, "auto", "enable optimization for specific cpu")
|
|
|
| // bootstrapper.cc
|
| DEFINE_STRING(expose_natives_as, NULL, "expose natives in global object")
|
|
|