summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorDenys Otrishko <shishugi@gmail.com>2018-09-26 13:36:44 +0300
committerAnna Henningsen <anna@addaleax.net>2018-10-04 14:45:58 -0700
commit6f7fd7f9bc743f7244f820a1b7be1e01562c96fd (patch)
tree0a3ec04aefca3217d9d22e2487d34e47a15da918 /common.gypi
parent5af1ac6b01b03907a007263f12ff846161df422e (diff)
downloadandroid-node-v8-6f7fd7f9bc743f7244f820a1b7be1e01562c96fd.tar.gz
android-node-v8-6f7fd7f9bc743f7244f820a1b7be1e01562c96fd.tar.bz2
android-node-v8-6f7fd7f9bc743f7244f820a1b7be1e01562c96fd.zip
build: add pgo specific variables to common.gypi
Refs: https://github.com/nodejs/node/pull/22772#issuecomment-419930590 PR-URL: https://github.com/nodejs/node/pull/23102 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index a809aa277e..48fc8d9322 100644
--- a/common.gypi
+++ b/common.gypi
@@ -9,6 +9,8 @@
'library%': 'static_library', # allow override to 'shared_library' for DLL/.so builds
'component%': 'static_library', # NB. these names match with what V8 expects
'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way
+ 'enable_pgo_generate%': '0',
+ 'enable_pgo_use%': '0',
'python%': 'python',
'node_shared%': 'false',