diff --git a/SingleSource/UnitTests/CMakeLists.txt b/SingleSource/UnitTests/CMakeLists.txt index c443f4af2..fe8f6ad8d 100644 --- a/SingleSource/UnitTests/CMakeLists.txt +++ b/SingleSource/UnitTests/CMakeLists.txt @@ -97,6 +97,10 @@ if(ARCH STREQUAL "MOS") printargs.c TestLoop.c ) + +if (CMAKE_BUILD_TYPE STREQUAL Debug) + list(REMOVE_ITEM Source fixed_point.cpp) +endif() endif() # Enable matrix types extension tests for compilers supporting -fenable-matrix.