blob: 8e1d6edfa73b75406ee74e0cb0634e49bce15572 (
plain)
1
2
3
4
5
6
7
8
|
require conf/distro/xilinx-standalone.inc
DISTRO_NAME:append = " (lto)"
# We also need to use Link Time Optimization for many items, make this the
# default.
ESW_CFLAGS += " -Os -flto -ffat-lto-objects"
|