summaryrefslogtreecommitdiffstats
path: root/config/intel-flags
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-02-17 18:15:58 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-02-17 18:15:58 (GMT)
commitb3df4e9c8d716db4ea2680f6bb4ac16d1084dea5 (patch)
tree40c2d15b8645f9aad71c455522dbd22e91b6283d /config/intel-flags
parent52705fa6f0e093bcde34f79ebc690b87504bf712 (diff)
downloadhdf5-b3df4e9c8d716db4ea2680f6bb4ac16d1084dea5.zip
hdf5-b3df4e9c8d716db4ea2680f6bb4ac16d1084dea5.tar.gz
hdf5-b3df4e9c8d716db4ea2680f6bb4ac16d1084dea5.tar.bz2
[svn-r29142] Updated the Intel files in config to use the new NO_SYMBOLS flags
and modified the failsafe configure flags in ibm-aix to use the new scheme.
Diffstat (limited to 'config/intel-flags')
-rw-r--r--config/intel-flags7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/intel-flags b/config/intel-flags
index 060e78a..fe7b06d 100644
--- a/config/intel-flags
+++ b/config/intel-flags
@@ -70,23 +70,20 @@ if test "X-icc" = "X-$cc_vendor"; then
# Default to C99 standard.
H5_CFLAGS="${H5_CFLAGS:--std=c99 $arch} -Wcheck -Wall"
- # Production is set to default; see settings for specific version further down
+ # Production
PROD_CFLAGS=
- PROD_CPPFLAGS=
# Debug
# NDEBUG is handled explicitly in configure
DEBUG_CFLAGS=
- DEBUG_CPPFLAGS=
# Symbols
SYMBOLS_CFLAGS="-g"
- SYMBOLS_CPPFLAGS=
+ NO_SYMBOLS_CFLAGS=
# Profiling
# Use this for profiling with gprof
PROFILE_CFLAGS="-p"
- PROFILE_CPPFLAGS=
# Optimization
HIGH_OPT_CFLAGS="-O"