Skip to content

Commit 6f7fd7f

Browse files
lundibundiaddaleax
authored andcommitted
build: add pgo specific variables to common.gypi
Refs: #22772 (comment) PR-URL: #23102 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 5af1ac6 commit 6f7fd7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
'library%': 'static_library', # allow override to 'shared_library' for DLL/.so builds
1010
'component%': 'static_library', # NB. these names match with what V8 expects
1111
'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',
1214
'python%': 'python',
1315

1416
'node_shared%': 'false',

0 commit comments

Comments
 (0)