From: Stefan Behnel Date: Sat, 9 Aug 2008 10:39:32 +0000 (+0200) Subject: cmd line docs X-Git-Tag: 0.9.8.1~78 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=82b39ed0a9fdc9413dbe2465568d4a8b78027f3b;p=cython.git cmd line docs --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index ee9db629..d8b10fa9 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -21,6 +21,7 @@ Options: -t, --timestamps Only compile newer source files (implied with -r) -f, --force Compile all source files (overrides implied -t) -q, --quiet Don't print module names in recursive mode + -v, --verbose Be verbose, print file names on multiple compilation -p, --embed-positions If specified, the positions in Cython files of each function definition is embedded in its docstring. -z, --pre-import If specified, assume undeclared names in this