diff --git a/common.gypi b/common.gypi index 0db29d0fbe7b..740da0baf572 100644 --- a/common.gypi +++ b/common.gypi @@ -24,12 +24,14 @@ 'node_shared_v8': 'true', 'node_shared_zlib': 'false', 'node_tag': '', - 'node_unsafe_optimizations': 0, 'node_use_dtrace': 'false', 'node_use_etw': 'false', + 'node_use_mdb': 'false', 'node_use_openssl': 'true', 'node_use_perfctr': 'false', - 'node_use_systemtap': 'false', + 'uv_library': 'static_library', + 'uv_parent_path': 'vendor/node/deps/uv', + 'uv_use_dtrace': 'false', 'v8_postmortem_support': 'false', # Required by Linux (empty for now, should support it in future). 'sysroot': '',