diff options
author | kuzmich321 <kuzmich321@yandex-team.com> | 2023-12-05 11:07:52 +0300 |
---|---|---|
committer | kuzmich321 <kuzmich321@yandex-team.com> | 2023-12-05 12:12:06 +0300 |
commit | 27c5889c53eb79bbb5af840f8dca9af826c0cd08 (patch) | |
tree | be0c13d96820aad7627644caa2938badc107d06c /tools | |
parent | 35dbdd727c05367b340b5d47585458adf47253eb (diff) | |
download | ydb-27c5889c53eb79bbb5af840f8dca9af826c0cd08.tar.gz |
import tracing
* add argument to parser
* add out_path as fn parameter
* set necessary env variables for import tracing
Diffstat (limited to 'tools')
-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 351f9e7a9a..40e76e9370 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 ) |