This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How do I pass options under the heading 'gcc --help=params'?


On 20 November 2013 19:47, ballsystemlord wrote:
> I think I'd like to pass these:
>
> omega-eliminate-redundant-constraints=1
> l1-cache-size=128kb
> l2-cache-size=256kb
> use-canonical-types
> tree-reassoc-width=0


$ gcc --help=params | head -3
The --param option recognizes the following as parameters:
  predictable-branch-outcome  Maximal estimated outcome of branch considered
                              predictable


Or look in the manual and search for "param" at
http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]