summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-13 21:54:01 -0500
committerGitHub <noreply@github.com>2019-02-13 21:54:01 -0500
commit9a6d89fc401e434b90910b18066f82dc6111cdc0 (patch)
tree30a43224685bf334a39dfa57e8c3ec65b23ff43b
parent8686f49ee4e9fff1e0eeb29af2e81a678a3f2260 (diff)
Turn on v8_postmortem_support (#1758)
-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/
}