| Index: src/v8.cc
|
| diff --git a/src/v8.cc b/src/v8.cc
|
| index 3577397ab81e36e43c94bf8d3eae50b20b312196..082d7fb5121b58897456a5c55a173b227e04cdf0 100644
|
| --- a/src/v8.cc
|
| +++ b/src/v8.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2006-2009 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -196,7 +196,7 @@ void V8::InitializeOncePerProcess() {
|
| #if defined(V8_TARGET_ARCH_ARM) && !defined(USE_ARM_EABI)
|
| use_crankshaft_ = false;
|
| #else
|
| - use_crankshaft_ = true;
|
| + use_crankshaft_ = FLAG_crankshaft;
|
| #endif
|
|
|
| if (Serializer::enabled()) {
|
|
|