mirror of
https://github.com/python/cpython.git
synced 2026-03-25 22:20:46 +00:00
- Makefile.pre.in(PROFILE_TASK): search files in srcdir
This commit is contained in:
parent
f660a53c9f
commit
922d1fd641
1 changed files with 2 additions and 2 deletions
|
|
@ -177,8 +177,8 @@ PYTHON= python$(EXE)
|
|||
BUILDPYTHON= python$(BUILDEXE)
|
||||
|
||||
# The task to run while instrument when building the profile-opt target
|
||||
PROFILE_TASK= Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
|
||||
#PROFILE_TASK= Lib/test/regrtest.py
|
||||
PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
|
||||
#PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
|
||||
|
||||
# === Definitions added by makesetup ===
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue