From: William Stein Date: Sun, 22 Oct 2006 03:56:56 +0000 (-0700) Subject: Don't list experimental macosx only options. Never needed in context of SAGE. X-Git-Tag: 0.9.6.14~29^2~222 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fb9e45f9b58c2dfaf515ac8d2449a1d70013069;p=cython.git Don't list experimental macosx only options. Never needed in context of SAGE. --- 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