diff options
author | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /contrib/tools/cython/Cython/Compiler/DebugFlags.py | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) |
Revert ymake build from ydb oss export
Diffstat (limited to 'contrib/tools/cython/Cython/Compiler/DebugFlags.py')
-rw-r--r-- | contrib/tools/cython/Cython/Compiler/DebugFlags.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/tools/cython/Cython/Compiler/DebugFlags.py b/contrib/tools/cython/Cython/Compiler/DebugFlags.py deleted file mode 100644 index e830ab1849c..00000000000 --- a/contrib/tools/cython/Cython/Compiler/DebugFlags.py +++ /dev/null @@ -1,21 +0,0 @@ -# Can be enabled at the command line with --debug-xxx. - -debug_disposal_code = 0 -debug_temp_alloc = 0 -debug_coercion = 0 - -# Write comments into the C code that show where temporary variables -# are allocated and released. -debug_temp_code_comments = 0 - -# Write a call trace of the code generation phase into the C code. -debug_trace_code_generation = 0 - -# Do not replace exceptions with user-friendly error messages. -debug_no_exception_intercept = 0 - -# Print a message each time a new stage in the pipeline is entered. -debug_verbose_pipeline = 0 - -# Raise an exception when an error is encountered. -debug_exception_on_error = 0 |