From: Robert Bradshaw Date: Sat, 13 Sep 2008 19:48:45 +0000 (-0700) Subject: Option to emit #line directives, ticket #53 X-Git-Tag: 0.9.9.2.beta~95^2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f40643123d00088af743285b9fd41dd7b5a16da4;p=cython.git Option to emit #line directives, ticket #53 --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 34e891e6..a423d2ac 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -36,7 +36,7 @@ Options: -D, --no-docstrings Remove docstrings. -a, --annotate Produce a colorized HTML version of the source. - --convert-range Convert for loops using range() function to for...from loops. + --line-directives Produce #line directives pointing to the .pyx source --cplus Output a c++ rather than c file. -X, --directive =[,