mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Disable SSL with Intel CC
This commit is contained in:
parent
035b3908c8
commit
89e111f966
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ IF(UNIX)
|
|||
IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
|
||||
SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-static-intel -g -O3 -unroll2 -ip -mp -restrict")
|
||||
SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-static-intel -g -O3 -unroll2 -ip -mp -restrict")
|
||||
SET(WITH_SSL no)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
|
|
Loading…
Reference in a new issue