Skip to content

Commit

Permalink
Disable fixed point test at O0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Mar 22, 2024
1 parent 11d74b8 commit b5dd60c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SingleSource/UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5dd60c

Please sign in to comment.