We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af1ac6 commit 6f7fd7fCopy full SHA for 6f7fd7f
common.gypi
@@ -9,6 +9,8 @@
9
'library%': 'static_library', # allow override to 'shared_library' for DLL/.so builds
10
'component%': 'static_library', # NB. these names match with what V8 expects
11
'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way
12
+ 'enable_pgo_generate%': '0',
13
+ 'enable_pgo_use%': '0',
14
'python%': 'python',
15
16
'node_shared%': 'false',
0 commit comments