bootstrap-lto-noplugin.mk 257 B

1234567
  1. # This option enables LTO for stage2 and stage3 on
  2. # hosts without linker plugin support.
  3. STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  4. STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
  5. STAGEprofile_CFLAGS += -fno-lto