2011-04-20 11:27:06 +02:00
|
|
|
# This option enables LTO for stage2 and stage3.
|
2013-11-29 20:05:23 +01:00
|
|
|
# FIXME: Our build system is not yet able to use gcc-ar wrapper, so we need
|
|
|
|
# to go with -ffat-lto-objects.
|
2010-06-21 21:39:32 +02:00
|
|
|
|
2013-11-29 20:05:23 +01:00
|
|
|
STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
|
|
|
|
STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
|
2011-04-20 11:27:06 +02:00
|
|
|
STAGEprofile_CFLAGS += -fno-lto
|