mirror of
https://github.com/python/cpython
synced 2026-09-28 02:33:18 +03:00
gh-118518: Allow perf to work without frame pointers (#112254)
This commit is contained in:
parent
999f0c5122
commit
1b22d801b8
19 changed files with 892 additions and 39 deletions
|
|
@ -609,6 +609,7 @@
|
|||
<ClCompile Include="..\Python\parking_lot.c" />
|
||||
<ClCompile Include="..\Python\pathconfig.c" />
|
||||
<ClCompile Include="..\Python\perf_trampoline.c" />
|
||||
<ClCompile Include="..\Python\perf_jit_trampoline.c" />
|
||||
<ClCompile Include="..\Python\preconfig.c" />
|
||||
<ClCompile Include="..\Python\pyarena.c" />
|
||||
<ClCompile Include="..\Python\pyctype.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue