mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Upmerge 5.0-build -> 5.1-build.
This commit is contained in:
commit
d609fdf98b
2 changed files with 3 additions and 2 deletions
|
@ -1534,7 +1534,7 @@ void show_diff(DYNAMIC_STRING* ds,
|
|||
else
|
||||
diff_name = 0;
|
||||
#else
|
||||
diff_name = "diff"; // Otherwise always assume it's called diff
|
||||
diff_name = "diff"; /* Otherwise always assume it's called diff */
|
||||
#endif
|
||||
|
||||
if (diff_name)
|
||||
|
|
|
@ -1648,13 +1648,14 @@ then
|
|||
DEBUG_OPTIMIZE_CXX="-O"
|
||||
OPTIMIZE_CXXFLAGS="$MAX_CXX_OPTIMIZE"
|
||||
else
|
||||
DEBUG_CXXFLAGS="-g"
|
||||
DEBUG_OPTIMIZE_CXX=""
|
||||
case $SYSTEM_TYPE in
|
||||
*solaris*)
|
||||
DEBUG_CXXFLAGS="-g0"
|
||||
OPTIMIZE_CXXFLAGS="-O1"
|
||||
;;
|
||||
*)
|
||||
DEBUG_CXXFLAGS="-g"
|
||||
OPTIMIZE_CXXFLAGS="-O"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue