commit | e9930d42c7137043e2d8cafdd6913b9a957e5601 | [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 | d01f31c0366fa7b0aa8f0eee8daeee5385c88ce5 [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