mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-117889: Fix PGO test in test_peg_generator (#117893)
Reuse support.check_cflags_pgo() in test_peg_generator to check for PGO build. Log PGO_PROF_USE_FLAG in test.pythoninfo.
This commit is contained in:
parent
784e076a10
commit
64cd6fc9a6
2 changed files with 2 additions and 3 deletions
|
@ -513,6 +513,7 @@ def collect_sysconfig(info_add):
|
|||
'MACHDEP',
|
||||
'MULTIARCH',
|
||||
'OPT',
|
||||
'PGO_PROF_USE_FLAG',
|
||||
'PY_CFLAGS',
|
||||
'PY_CFLAGS_NODIST',
|
||||
'PY_CORE_LDFLAGS',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue