diff options
| author | kuzmich321 <[email protected]> | 2023-12-05 11:07:52 +0300 |
|---|---|---|
| committer | kuzmich321 <[email protected]> | 2023-12-05 12:12:06 +0300 |
| commit | 27c5889c53eb79bbb5af840f8dca9af826c0cd08 (patch) | |
| tree | be0c13d96820aad7627644caa2938badc107d06c /tools/py3cc | |
| parent | 35dbdd727c05367b340b5d47585458adf47253eb (diff) | |
import tracing
* add argument to parser
* add out_path as fn parameter
* set necessary env variables for import tracing
Diffstat (limited to 'tools/py3cc')
| -rw-r--r-- | tools/py3cc/bin/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/py3cc/bin/ya.make b/tools/py3cc/bin/ya.make index 351f9e7a9af..40e76e93705 100644 --- a/tools/py3cc/bin/ya.make +++ b/tools/py3cc/bin/ya.make @@ -15,6 +15,8 @@ NO_PYTHON_INCLUDES() NO_PYTHON_COVERAGE() +NO_IMPORT_TRACING() + SRCDIR( tools/py3cc ) |
