mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Update ICC flags to avoid deprecated options.
This commit is contained in:
parent
0c73d0c990
commit
5830623b30
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…
Reference in a new issue