mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Update ICC flags to avoid deprecated options.
This commit is contained in:
parent
654637d463
commit
5dd1d5c2b4
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ IF(UNIX)
|
|||
IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
|
||||
SET(OPT_FLG "-O3 -unroll2 -ip")
|
||||
SET(DBG_FLG "")
|
||||
SET(COMMON_CFLAGS "-static-intel -static-libgcc -g -mp -restrict -no-ftz -no-prefetch")
|
||||
SET(COMMON_CXXFLAGS "-static-intel -static-libgcc -g -mp -restrict -no-ftz -no-prefetch")
|
||||
SET(COMMON_CFLAGS "-static-intel -static-libgcc -g -mieee-fp -restrict -no-ftz -no-opt-prefetch")
|
||||
SET(COMMON_CXXFLAGS "-static-intel -static-libgcc -g -mieee-fp -restrict -no-ftz -no-opt-prefetch")
|
||||
SET(WITH_SSL no)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue