diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-02-17 18:15:58 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-02-17 18:15:58 (GMT) |
commit | b3df4e9c8d716db4ea2680f6bb4ac16d1084dea5 (patch) | |
tree | 40c2d15b8645f9aad71c455522dbd22e91b6283d /config/intel-fflags | |
parent | 52705fa6f0e093bcde34f79ebc690b87504bf712 (diff) | |
download | hdf5-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-fflags')
-rw-r--r-- | config/intel-fflags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/intel-fflags b/config/intel-fflags index 1f7cf78..db9543e 100644 --- a/config/intel-fflags +++ b/config/intel-fflags @@ -80,6 +80,7 @@ if test "X-ifort" = "X-$f9x_vendor"; then # Symbols SYMBOLS_FCFLAGS="-g" + NO_SYMBOLS_FCFLAGS= # Profiling # Use this for profiling with gprof |