daily update
[deliverable/binutils-gdb.git] / config / bootstrap-lto.mk
index 14099a08b8d7bb687ac75cab3348b4a940eda6aa..9b2c2d2ba447d02d8a696a200673195389a2d517 100644 (file)
@@ -1,8 +1,6 @@
 # This option enables LTO for stage2 and stage3.  It requires lto to
 # be enabled for stage1 with --enable-stage1-languages.
 
-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.024019 seconds and 4 git commands to generate.