Turn on v8_postmortem_support (#1758)

This commit is contained in:
Ryan Dahl 2019-02-13 21:54:01 -05:00 committed by GitHub
parent 8686f49ee4
commit 9a6d89fc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gn
View file

@ -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/
}