GCCPY: * README added
[official-gcc.git] / gcc / python / lang.opt
blob4331dbefc682b0245cdf0ed08f0cd20c5f05509d
1 ; Options for the Python front end.
2 ; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
3 ; Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
11
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
16
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
21 ; See the GCC internals manual for a description of this file's format.
23 ; Please try to keep this file in ASCII collating order.
25 Language
26 Python
29 Python Joined Separate
30 ; Documented in c.opt
33 Python Joined Separate
34 ; Not documented
36 fpy-gen-main
37 Python Var(GPY_OPT_gen_main) Init(0)
38 -fpy-gen-main    Dump out main hook such that compiled module is main
40 fpy-dump-dot
41 Python Var(GPY_OPT_dump_dot) Init(0)
42 -fpy-dump-dot    Makes front-end dump dotIL Types and AST
44 fpy-optimize
45 Python Var(GPY_OPT_optimize) Init(0)
46 -fpy-optimize    Try to do some preliminary optimizations on python
49 Python Joined Separate
50 ; Documented in common.opt
52 ; This comment is to ensure we retain the blank line above.