summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2019-01-24 20:56:33 +0200
committerGuy Bedford <guybedford@gmail.com>2019-03-04 16:34:33 +0200
commitb2abda9ba0b7b8bfbbf14e990ea86434f3f20de3 (patch)
tree4e066eb4eeb01b4e6cbad794e5a9e8ef11ddb0b1 /node.gyp
parent26cfaf4c1803d3d95c875865a1c671b914a16f4b (diff)
downloadnode-new-b2abda9ba0b7b8bfbbf14e990ea86434f3f20de3.tar.gz
bootstrap: experimental --frozen-intrinsics flag
PR-URL: https://github.com/nodejs/node/pull/25685 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index d0a715b91e..c005470cef 100644
--- a/node.gyp
+++ b/node.gyp
@@ -121,6 +121,7 @@
'lib/internal/error-serdes.js',
'lib/internal/fixed_queue.js',
'lib/internal/freelist.js',
+ 'lib/internal/freeze_intrinsics.js',
'lib/internal/fs/promises.js',
'lib/internal/fs/read_file_context.js',
'lib/internal/fs/streams.js',