gdb/
[deliverable/binutils-gdb.git] / config / bootstrap-lto.mk
index 14099a08b8d7bb687ac75cab3348b4a940eda6aa..bbd3515eaa44c8531a8478fa7c7e310f1e19e786 100644 (file)
@@ -1,8 +1,5 @@
-# This option enables LTO for stage2 and stage3.  It requires lto to
-# be enabled for stage1 with --enable-stage1-languages.
+# This option enables LTO for stage2 and stage3.
 
-STAGE2_CFLAGS += -flto
-STAGE3_CFLAGS += -flto
-
-# Ada fails to build with LTO, turn it off for now.
-BOOT_ADAFLAGS += -fno-lto
+STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1
+STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1
+STAGEprofile_CFLAGS += -fno-lto
This page took 0.040895 seconds and 4 git commands to generate.