Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 3712) |
+++ src/flag-definitions.h (working copy) |
@@ -116,6 +116,8 @@ |
"enable use of SAHF instruction if available (X64 only)") |
DEFINE_bool(enable_vfp3, true, |
"enable use of VFP3 instructions if available (ARM only)") |
+DEFINE_bool(enable_armv7, true, |
+ "enable use of ARMv7 instructions if available (ARM only)") |
// bootstrapper.cc |
DEFINE_string(expose_natives_as, NULL, "expose natives in global object") |