From 4577d5e05ee31dbc334cb345e2ec6695d84c3f2b Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Tue, 26 May 2026 14:23:47 -0400 Subject: [PATCH] build: def `NODE_USE_NODE_CODE_CACHE` only used in node_mksnapshot Signed-off-by: Chengzhong Wu --- node.gyp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/node.gyp b/node.gyp index 9c6d44d90bbba1..28db2a955b74d6 100644 --- a/node.gyp +++ b/node.gyp @@ -1033,11 +1033,6 @@ '@rpath/lib<(node_core_target_name).<(shlib_suffix)' }, }], - [ 'node_use_node_code_cache=="true"', { - 'defines': [ - 'NODE_USE_NODE_CODE_CACHE=1', - ], - }], ['node_shared=="true" and OS in "aix os400"', { 'product_name': 'node_base', }],