commit | dff05e151c11b98ad0b0bcacd0a1012a33e2d02d | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Tue Dec 31 16:30:17 2024 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu Jan 02 11:46:55 2025 +0000 |
tree | 787ff609a13fdbbc3667de22f87fea6c4648e112 | |
parent | a3e58e99e72f0d66fe37d775840e7e83ed82fc0d [diff] |
build: add Wstrict-overflow and FORTIFY_SOURCE options This patch adds further compiler options related to security to RMM build options. The `-D_FORTIFY_SOURCE=2` is added mainly for future proofing as RMM does not link against glibc today but may do so in future. Change-Id: I711135491a17cd6f11da72e1b6c701c149f017aa Signed-off-by: Soby Mathew <soby.mathew@arm.com>