commit | d8aff2a3646c7f1617ecde92c6bd7ee0ad3e18b2 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Wed May 08 10:40:21 2024 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Wed May 08 17:19:44 2024 +0200 |
tree | 0294a41645bb61053c0384cf05db4f607ad00771 | |
parent | 731b004db2c3567c44ae21040dd4dd4e88b6847d [diff] |
fix(juno): disable debug builds for tbb w/ stack protector enabled Juno has run into size constraints affecting BL2. This issue spills over when we try and compile TF-A with TBB and stack protector enabled. While we try to figure out a long term solution to this problem, make this a release build to conserve memory. Signed-off-by: Harrison Mutai <harrison.mutai@arm.com> Change-Id: I63010999fd198ec0e74f0b47a29985b10a70a8a0