From: Dag Sverre Seljebotn Date: Fri, 15 Aug 2008 20:48:30 +0000 (+0200) Subject: Changed compiler directive option from -O to -X X-Git-Tag: 0.9.8.1~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8fc68f38e0f64c3b0d2fca7adaa4a48598cc4bd1;p=cython.git Changed compiler directive option from -O to -X --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 52f76080..34e891e6 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -38,7 +38,7 @@ Options: -a, --annotate Produce a colorized HTML version of the source. --convert-range Convert for loops using range() function to for...from loops. --cplus Output a c++ rather than c file. - -O, --option =[,=[,