projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
714cad9
)
cmd line docs
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 9 Aug 2008 10:39:32 +0000
(12:39 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 9 Aug 2008 10:39:32 +0000
(12:39 +0200)
Cython/Compiler/CmdLine.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/CmdLine.py
b/Cython/Compiler/CmdLine.py
index ee9db62936b0a096fa730bdc0543b6eb9dbf0778..d8b10fa97c22d6d268fa28708871fef0609d42d8 100644
(file)
--- 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 <module> If specified, assume undeclared names in this