| Index: runtime/vm/profiler.cc
|
| diff --git a/runtime/vm/profiler.cc b/runtime/vm/profiler.cc
|
| index 36b3f2e5c2639843d5ba5a58cb3c0a68c60ff688..d66a6b3bc8b1d19b1ad0dda2d791c6578da7c7f1 100644
|
| --- a/runtime/vm/profiler.cc
|
| +++ b/runtime/vm/profiler.cc
|
| @@ -32,7 +32,7 @@ namespace dart {
|
| defined(TARGET_OS_MACOS) || defined(TARGET_OS_ANDROID)
|
| DEFINE_FLAG(bool, profile, false, "Enable Sampling Profiler");
|
| #else
|
| - DEFINE_FLAG(bool, profile, true, "Enable Sampling Profiler");
|
| + DEFINE_FLAG(bool, profile, false, "Enable Sampling Profiler");
|
| #endif
|
| DEFINE_FLAG(bool, trace_profiled_isolates, false, "Trace profiled isolates.");
|
| DEFINE_FLAG(charp, profile_dir, NULL,
|
|
|