aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2022-04-26 13:26:37 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2022-04-27 09:45:28 +0000
commitd51aad9dd238c6755d23c06f9a5bd4baaf84ba87 (patch)
treef7006b1aa1ea1f4ab49bc1e991c3d1439495c5c5 /README.md
parent8a164884dddf769643cf3b9f7f94e43cb4f3c20b (diff)
downloadComputeLibrary-d51aad9dd238c6755d23c06f9a5bd4baaf84ba87.tar.gz
Add security related / good coding practices
build options for our pre-built binaries to README.md. Change-Id: I2ab49097052d0e8b8a04ed3f7dd36e021b19f119 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7462 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a0d8a11a2f..02a95a85c3 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,8 @@ All the binaries can be downloaded from [here](https://github.com/ARM-software/C
<br>
+Pre-build binaries are generated with the following security / good coding practices related flags:
+> -Wall, -Wextra, -Wformat=2, -Winit-self, -Wstrict-overflow=2, -Wswitch-default, -Woverloaded-virtual, -Wformat-security, -Wctor-dtor-privacy, -Wsign-promo, -Weffc++, -pedantic, -fstack-protector-strong
## Supported Architectures/Technologies