From 3fb9e45f9b58c2dfaf515ac8d2449a1d70013069 Mon Sep 17 00:00:00 2001 From: William Stein Date: Sat, 21 Oct 2006 20:56:56 -0700 Subject: [PATCH] Don't list experimental macosx only options. Never needed in context of SAGE. --- Cython/Compiler/CmdLine.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 2f5b1e45..5abb71c7 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -12,11 +12,12 @@ Options: -I, --include-dir Search for include files in named directory (multiply include directories are allowed). -o, --output-file Specify name of generated C file -The following experimental options are supported only on MacOSX: - -C, --compile Compile generated .c file to .o file - -X, --link Link .o file to produce extension module (implies -C) - -+, --cplus Use C++ compiler for compiling and linking - Additional .o files to link may be supplied when using -X.""" +""" +#The following experimental options are supported only on MacOSX: +# -C, --compile Compile generated .c file to .o file +# -X, --link Link .o file to produce extension module (implies -C) +# -+, --cplus Use C++ compiler for compiling and linking +# Additional .o files to link may be supplied when using -X.""" def bad_usage(): print >>sys.stderr, usage -- 2.26.2