mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
configure.in configure.in: Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options this reportedly increases the stability under high load
This commit is contained in:
parent
4c8f4b224a
commit
9ee25c7109
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,7 @@ case $SYSTEM_TYPE in
|
|||
*darwin*)
|
||||
if test "$ac_cv_prog_gcc" = "yes"
|
||||
then
|
||||
CFLAGS="$CFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ"
|
||||
CFLAGS="$CFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH"
|
||||
CXXFLAGS="$CXXFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ"
|
||||
MAX_C_OPTIMIZE="-O"
|
||||
with_named_curses=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue