From 82b39ed0a9fdc9413dbe2465568d4a8b78027f3b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 9 Aug 2008 12:39:32 +0200 Subject: [PATCH] cmd line docs --- Cython/Compiler/CmdLine.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2