From 8fc68f38e0f64c3b0d2fca7adaa4a48598cc4bd1 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Fri, 15 Aug 2008 22:48:30 +0200 Subject: [PATCH] Changed compiler directive option from -O to -X --- Cython/Compiler/CmdLine.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 =[,=[,