mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-25252 main.type_float fails in new buildbot
disable approximate math in icx. and disable ansi aliasing too (aria loghandler unit tests fail)
This commit is contained in:
parent
353f904ea9
commit
89fd381be8
1 changed files with 5 additions and 0 deletions
|
@ -991,3 +991,8 @@ IF(have_C__Werror)
|
|||
)
|
||||
SET(CMAKE_REQUIRED_FLAGS ${SAVE_CMAKE_REQUIRED_FLAGS})
|
||||
ENDIF()
|
||||
|
||||
IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
|
||||
MY_CHECK_AND_SET_COMPILER_FLAG("-no-ansi-alias")
|
||||
MY_CHECK_AND_SET_COMPILER_FLAG("-fp-model precise")
|
||||
ENDIF()
|
||||
|
|
Loading…
Reference in a new issue