summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-06-25 15:01:18 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-06-25 15:01:18 +0100
commit5830623b30724c5741bc97f8b30d0557696d7f32 (patch)
tree1b4b448360a63cd60cc69295767fac8d4adb05da /cmake
parent0c73d0c9906b2ff1b559dfd934b4ebcf8e0eca95 (diff)
downloadmariadb-git-5830623b30724c5741bc97f8b30d0557696d7f32.tar.gz
Update ICC flags to avoid deprecated options.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/build_configurations/mysql_release.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake
index f4be350d1ae..6db3c863a84 100644
--- a/cmake/build_configurations/mysql_release.cmake
+++ b/cmake/build_configurations/mysql_release.cmake
@@ -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()