Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | distr/xilinx-standalone: Switch default optimization from ESW to Distro | Mark Hatle | 2020-02-27 | 1 | -3/+0 |
| | | | | | | | | | | | Instead of using ESW_CFLAGS for the optimization level, fall back to the default Yocto Project method of 'FULL_OPTIMIZATION' and 'SELECTED_OPTIMIZATION'. FULL_OPTIMIZATION is moved from -O2 to -Os, the other components retain the default Yocto Project setitng of '-pipe ${DEBUG_FLAGS}'. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> | ||||
* | distro/xilinx-standalone: Make LTO optional | Mark Hatle | 2020-02-27 | 1 | -0/+4 |
Some builds may require LTO, while others do not want it. The LTO components are only enabled when using the esw.bbclass and the xilinx-standalone distro. A second xilinx-standalone-nolto was added specifically to provide a default where LTO was disabled. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> |