This is the mail archive of the gcc@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] | |
Georg-Johann Lay <avr@gjlay.de> writes: > I just can't find the right configure options to get the LTO stuff > work, i.e. how to enable plugins in binutils and LTO in gcc. For binutils: configure with --enable-plugins (note: not --enable-plugin). For gcc: should be on by default, or configure with --enable-lto. Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |