diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-13 21:54:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 21:54:01 -0500 |
commit | 9a6d89fc401e434b90910b18066f82dc6111cdc0 (patch) | |
tree | 30a43224685bf334a39dfa57e8c3ec65b23ff43b | |
parent | 8686f49ee4e9fff1e0eeb29af2e81a678a3f2260 (diff) |
Turn on v8_postmortem_support (#1758)
-rw-r--r-- | .gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ } |