From: Ondrej Certik Date: Sat, 4 Dec 2010 03:26:14 +0000 (-0800) Subject: Implement the --fatal-errors command line option X-Git-Tag: 0.14.alpha0~18^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03397f1dae5df08467644106cf2c2083ed77806c;p=cython.git Implement the --fatal-errors command line option If enabled, it will abort on the first error occured. Just like "gcc -Wfatal-errors". Signed-off-by: Ondrej Certik --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 320690b0..0b0c8244 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -35,6 +35,7 @@ Options: --embed Embed the Python interpreter in a main() method. -2 Compile based on Python-2 syntax and code semantics. -3 Compile based on Python-3 syntax and code semantics. + --fatal-errors Abort the compilation on the first error -X, --directive =[,