From d51aad9dd238c6755d23c06f9a5bd4baaf84ba87 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 26 Apr 2022 13:26:37 +0100 Subject: Add security related / good coding practices build options for our pre-built binaries to README.md. Change-Id: I2ab49097052d0e8b8a04ed3f7dd36e021b19f119 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7462 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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
+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 -- cgit v1.2.1