| Index: runtime/vm/os_linux.cc
|
| diff --git a/runtime/vm/os_linux.cc b/runtime/vm/os_linux.cc
|
| index 91afe1c9757892213648df250af11beff8a90daf..4ea36d2f50e24c7723c766ef4268e861a540d9b2 100644
|
| --- a/runtime/vm/os_linux.cc
|
| +++ b/runtime/vm/os_linux.cc
|
| @@ -29,7 +29,7 @@ DEFINE_FLAG(bool, generate_gdb_symbols, false,
|
| "Generate symbols of generated dart functions for debugging with GDB");
|
| DEFINE_FLAG(bool, generate_perf_events_symbols, false,
|
| "Generate events symbols for profiling with perf");
|
| -DEFINE_FLAG(charp, generate_pprof_symbols, false,
|
| +DEFINE_FLAG(charp, generate_pprof_symbols, NULL,
|
| "Generate events symbols for profiling with pprof");
|
|
|
| class PerfCodeObserver : public CodeObserver {
|
|
|