mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r7147] Purpose:
Changed enable-production as the default for release. Platforms tested: Only in eirene using pgcc and pgCC. Did not use h5committest since the change is trivial and Elena will test it at once. :-) Misc. update:
This commit is contained in:
parent
c5b2fb2a87
commit
f1816a8c47
4
c++/configure
vendored
4
c++/configure
vendored
@ -7749,7 +7749,7 @@ if test "${enable_production+set}" = set; then
|
||||
fi;
|
||||
|
||||
case "X-$enable_production" in
|
||||
X-yes)
|
||||
X-|X-yes)
|
||||
echo "$as_me:$LINENO: result: \"production\"" >&5
|
||||
echo "${ECHO_T}\"production\"" >&6
|
||||
|
||||
@ -7777,7 +7777,7 @@ echo "${ECHO_T}\"production\"" >&6
|
||||
CXXFLAGS="$CXXFLAGS $PROD_CXXFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS"
|
||||
;;
|
||||
X-|X-no)
|
||||
X-no)
|
||||
echo "$as_me:$LINENO: result: \"development\"" >&5
|
||||
echo "${ECHO_T}\"development\"" >&6
|
||||
CONFIG_MODE=development
|
||||
|
@ -253,7 +253,7 @@ AC_ARG_ENABLE([production],
|
||||
[Determines how to run the compiler.])])
|
||||
|
||||
case "X-$enable_production" in
|
||||
X-yes)
|
||||
X-|X-yes)
|
||||
AC_MSG_RESULT("production")
|
||||
|
||||
dnl Remove the "-g" flag from CFLAGS & CXXFLAGS if it's in there.
|
||||
@ -282,7 +282,7 @@ case "X-$enable_production" in
|
||||
CXXFLAGS="$CXXFLAGS $PROD_CXXFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $PROD_CPPFLAGS"
|
||||
;;
|
||||
X-|X-no)
|
||||
X-no)
|
||||
AC_MSG_RESULT("development")
|
||||
CONFIG_MODE=development
|
||||
CXXFLAGS="$CXXFLAGS $DEBUG_CXXFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user