diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-07-18 20:48:37 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-07-18 20:48:37 (GMT) |
commit | eac318ba0486f3c464b6d2e2255b69532d0394c9 (patch) | |
tree | 064c5980b98f05bb6a22d1ceac81730266711bcc | |
parent | 3d644774c313c93007e83aaa12f4c10b7ee9df7c (diff) | |
download | hdf5-eac318ba0486f3c464b6d2e2255b69532d0394c9.zip hdf5-eac318ba0486f3c464b6d2e2255b69532d0394c9.tar.gz hdf5-eac318ba0486f3c464b6d2e2255b69532d0394c9.tar.bz2 |
[svn-r4235]
Purpose:
Improvement
Description:
In production mode configure adds -g to compilation flags.
Solution:
Used Albert's solution to define CFLAGS to get rid of the -g flag
Platforms tested:
IBM SP3 (Nersc gseaborg)
-rw-r--r-- | fortran/config/rs6000-ibm-aix4.x | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fortran/config/rs6000-ibm-aix4.x b/fortran/config/rs6000-ibm-aix4.x index 83b395c..f0bae77 100644 --- a/fortran/config/rs6000-ibm-aix4.x +++ b/fortran/config/rs6000-ibm-aix4.x @@ -6,10 +6,12 @@ # # See BlankForm in this directory for details. +# CFLAGS must be set else configure set it to -g +CFLAGS="$CFLAGS" + # Cross compiling defaults ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} - # The default Fortran 90 compiler # |