| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c0eaf16da2c22674c7e0d913cb2cffb40a98169d..05ee6fa3acc1679415b1c4e6c6e8c1a6b7e42533 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -593,8 +593,6 @@ DEFINE_int(sim_stack_alignment, 8,
|
| // isolate.cc
|
| DEFINE_bool(abort_on_uncaught_exception, false,
|
| "abort program (dump core) when an uncaught exception is thrown")
|
| -DEFINE_bool(trace_exception, false,
|
| - "print stack trace when throwing exceptions")
|
| DEFINE_bool(randomize_hashes, true,
|
| "randomize hashes to avoid predictable hash collisions "
|
| "(with snapshots this option cannot override the baked-in seed)")
|
|
|