From 9a6d89fc401e434b90910b18066f82dc6111cdc0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 13 Feb 2019 21:54:01 -0500 Subject: Turn on v8_postmortem_support (#1758) --- .gn | 1 + 1 file changed, 1 insertion(+) diff --git a/.gn b/.gn index e40f610e6..19ba72dbb 100644 --- a/.gn +++ b/.gn @@ -55,4 +55,5 @@ default_args = { v8_untrusted_code_mitigations = false v8_use_external_startup_data = false v8_use_snapshot = true + v8_postmortem_support = true # for https://github.com/nodejs/llnode/ } -- cgit v1.2.3