X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=mysql-opt.patch;fp=mysql-opt.patch;h=c24063f9a3c67a6ea7f0ac85537078e5a9bf333e;hb=560cbe9cf273873ce4f7a78e10585c72682fc477;hp=bc2de8e53ab40d24c0f5db502b191173666bc9b0;hpb=a493b021b29c483c5c23a81f1b5192bff3f0d55f;p=packages%2Fmysql.git diff --git a/mysql-opt.patch b/mysql-opt.patch index bc2de8e..c24063f 100644 --- a/mysql-opt.patch +++ b/mysql-opt.patch @@ -1,6 +1,7 @@ ---- percona-server-5.7.25-28/cmake/build_configurations/compiler_options.cmake.orig 2019-02-18 07:11:31.000000000 +0100 -+++ percona-server-5.7.25-28/cmake/build_configurations/compiler_options.cmake 2019-02-28 06:43:42.913206001 +0100 -@@ -25,17 +25,17 @@ IF(SIZEOF_VOIDP EQUAL 8) +diff -ur percona-server-5.7.28-31.orig/cmake/build_configurations/compiler_options.cmake percona-server-5.7.28-31/cmake/build_configurations/compiler_options.cmake +--- percona-server-5.7.28-31.orig/cmake/build_configurations/compiler_options.cmake 2019-12-16 22:33:24.884000000 +0100 ++++ percona-server-5.7.28-31/cmake/build_configurations/compiler_options.cmake 2019-12-16 22:34:14.208000000 +0100 +@@ -32,17 +32,17 @@ SET(64BIT 1) ENDIF() @@ -23,7 +24,7 @@ ENDIF() ENDIF() -@@ -61,8 +61,8 @@ IF(UNIX) +@@ -68,8 +68,8 @@ IF(C_NO_EXPENSIVE_OPTIMIZATIONS) SET(COMMON_C_FLAGS "${COMMON_C_FLAGS} -fno-expensive-optimizations") ENDIF() @@ -34,7 +35,7 @@ ENDIF() IF(CMAKE_COMPILER_IS_GNUCXX) SET(COMMON_CXX_FLAGS "-g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing") -@@ -95,8 +95,8 @@ IF(UNIX) +@@ -102,8 +102,8 @@ # Default Clang flags IF(CMAKE_C_COMPILER_ID MATCHES "Clang") SET(COMMON_C_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing") @@ -45,7 +46,7 @@ ENDIF() IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang") SET(COMMON_CXX_FLAGS "-g -fno-omit-frame-pointer -fno-strict-aliasing") -@@ -146,10 +146,10 @@ IF(UNIX) +@@ -153,10 +153,10 @@ SET(COMMON_C_FLAGS "-g ${SUNPRO_FLAGS}") SET(COMMON_CXX_FLAGS "-g0 ${SUNPRO_FLAGS}")