summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gn1
1 files changed, 1 insertions, 0 deletions
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/
}