From 5c0ce54aaf276a13ac30902e8181faa662289b33 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 5 Oct 2021 11:12:11 +0100 Subject: MLECO-2400: Test GNU toolchain 10.3-2021.07 Change-Id: Ifd6d3d72abb1e8ce058e612295d01a148962627e --- scripts/cmake/cmsis-dsp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cmake/cmsis-dsp.cmake b/scripts/cmake/cmsis-dsp.cmake index bb26b69..ab2b0f9 100644 --- a/scripts/cmake/cmsis-dsp.cmake +++ b/scripts/cmake/cmsis-dsp.cmake @@ -64,7 +64,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") # There is a known issue with -O0 optimisation option that affects # FFT functions from CMSIS-DSP when compiling with Arm GNU embedded - # toolchain version 10.2.1 + # toolchain version 10.2.1 or 10.3-2021.07 if (CMAKE_BUILD_TYPE STREQUAL Debug) message(WARNING "There are known issues with CMSIS-DSP builds using " "MVE extension without optimisation. Forcing -O3 " -- cgit v1.2.1