Implement the --fatal-errors command line option
authorOndrej Certik <ondrej@certik.cz>
Sat, 4 Dec 2010 03:26:14 +0000 (19:26 -0800)
committerOndrej Certik <ondrej@certik.cz>
Sat, 4 Dec 2010 03:56:45 +0000 (19:56 -0800)
commit03397f1dae5df08467644106cf2c2083ed77806c
treea945c77810d4c8ba5da11f2029eb44ea46106968
parent16055821b0f43047db4f32f3a16335732b63aa85
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 <ondrej@certik.cz>
Cython/Compiler/CmdLine.py
Cython/Compiler/Errors.py
Cython/Compiler/Options.py