Don't list experimental macosx only options. Never needed in context of SAGE.
authorWilliam Stein <wstein@gmail.com>
Sun, 22 Oct 2006 03:56:56 +0000 (20:56 -0700)
committerWilliam Stein <wstein@gmail.com>
Sun, 22 Oct 2006 03:56:56 +0000 (20:56 -0700)
Cython/Compiler/CmdLine.py

index 2f5b1e45aadf37b7dba5a7a545b4e54bf6f29e72..5abb71c724ed1c2e4d1435189f2924b60e5ed62c 100644 (file)
@@ -12,11 +12,12 @@ Options:
   -I, --include-dir <directory>  Search for include files in named directory
                                  (multiply include directories are allowed).
   -o, --output-file <filename>   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