commit | 5f3980711666cc425c31b93f3877ef27950e2ec8 | [log] [tgz] |
---|---|---|
author | Amit Nagal <amit.nagal@amd.com> | Mon Oct 30 12:08:34 2023 +0530 |
committer | Amit Nagal <amit.nagal@amd.com> | Tue Oct 31 14:14:35 2023 +0530 |
tree | da874ad8d32f7126270f7926dfc9b296691a97b9 | |
parent | 57d7b43da280cda71b2f94e03d1ab7cb7346b317 [diff] |
feat(versal): enable assertion Retain assertions in release builds by building TF-A with ENABLE_ASSERTIONS=1. It helps to catch programming errors (e.g. bad argument provided by platform porting function) in release builds as well. code size change is 4k. For debug builds, assertions are enabled by default. The same change is done by Tegra: plat/nvidia/tegra/platform.mk. Change-Id: Ie801fa9a326596ebef71be870b95a3cf9077ad20 Signed-off-by: Amit Nagal <amit.nagal@amd.com>