commit | 2dfbba43dca945ffc33f25c06d3ededfd7a41bd6 | [log] [tgz] |
---|---|---|
author | Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> | Mon Jul 13 21:18:01 2020 -0600 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Nov 12 10:40:16 2020 +0100 |
tree | 1478a03914f7308408790d51eb96da4e94ad2e73 | |
parent | bd740f50ca06b6eff8fe7fb1f0f65c69438ca9b4 [diff] |
plat: xilinx: Use fno-jump-tables flag in CPPFLAGS From GCC-9 implementation of switch case was generated through jump tables, because of which we are seeing 1MB increase in rodata section. To reduce the size we are recommending to use fno-jump-tables. Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Change-Id: I069733610809b8299fbf641f0ae35b359a8afd69