mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Small fix in configure for HPUX11
configure.in: Move +O2 up as with_debug wasn't defined at this point
This commit is contained in:
parent
212fe9d13e
commit
52cc340c13
1 changed files with 1 additions and 5 deletions
|
|
@ -938,11 +938,7 @@ case $SYSTEM_TYPE in
|
|||
if test "$ac_cv_prog_gcc" = "no"
|
||||
then
|
||||
CFLAGS="$CFLAGS +DD64 -DHAVE_BROKEN_INLINE"
|
||||
CXXFLAGS="$CXXFLAGS +DD64"
|
||||
if "$with_debug" = "no"
|
||||
then
|
||||
CXXFLAGS="$CXXFLAGS +O2"
|
||||
fi
|
||||
CXXFLAGS="$CXXFLAGS +DD64 +O2"
|
||||
fi
|
||||
;;
|
||||
*rhapsody*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue