mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
Turn on v8_postmortem_support (#1758)
This commit is contained in:
parent
8686f49ee4
commit
9a6d89fc40
1 changed files with 1 additions and 0 deletions
1
.gn
1
.gn
|
@ -55,4 +55,5 @@ default_args = {
|
||||||
v8_untrusted_code_mitigations = false
|
v8_untrusted_code_mitigations = false
|
||||||
v8_use_external_startup_data = false
|
v8_use_external_startup_data = false
|
||||||
v8_use_snapshot = true
|
v8_use_snapshot = true
|
||||||
|
v8_postmortem_support = true # for https://github.com/nodejs/llnode/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue