1 Disable v8 system instrumentation on Darwin
3 On Darwin, the v8 system instrumentation requires the header "os/signpost.h"
4 which is available since apple_sdk 11+. See: https://github.com/nodejs/node/issues/39584
6 --- old/tools/v8_gypfiles/features.gypi
7 +++ new/tools/v8_gypfiles/features.gypi
10 'is_component_build': 0,
12 - ['OS == "win" or OS == "mac"', {
14 # Sets -DENABLE_SYSTEM_INSTRUMENTATION. Enables OS-dependent event tracing
15 'v8_enable_system_instrumentation': 1,