Home | History | Annotate | Download | only in Support

Lines Matching refs:Prefix

129 // Prefix - This option allows arguments that are otherwise unrecognized to be
130 // matched by options that are a prefix of the actual value. This is useful for
132 // '-L../../include' where -l or -L are the actual flags. When prefix is
144 Prefix = 0x02, // Can this option directly prefix its value?