diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-02-01 19:28:38 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-02-01 19:28:38 (GMT) |
commit | 2fb4f0b35eab57f136852ba600572874fd7e37bd (patch) | |
tree | 018c2ce1b40eeffced3d260a3677010a9624b014 /config/ibm-flags | |
parent | 6a566cdc8457eed5c0b80f8e7a82b6efcea51fe7 (diff) | |
download | hdf5-2fb4f0b35eab57f136852ba600572874fd7e37bd.zip hdf5-2fb4f0b35eab57f136852ba600572874fd7e37bd.tar.gz hdf5-2fb4f0b35eab57f136852ba600572874fd7e37bd.tar.bz2 |
[svn-r29023] Fixed typos in symbols flags that prevented using -g, etc.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
Diffstat (limited to 'config/ibm-flags')
-rw-r--r-- | config/ibm-flags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ibm-flags b/config/ibm-flags index 731968d..60a7af9 100644 --- a/config/ibm-flags +++ b/config/ibm-flags @@ -74,8 +74,8 @@ if test "XL" = "$cc_vendor"; then DEBUG_CPPFLAGS= # Symbols - SYMBOL_CFLAGS="-g" - SYMBOL_CPPFLAGS= + SYMBOLS_CFLAGS="-g" + SYMBOLS_CPPFLAGS= # Profiling PROFILE_CFLAGS="-pg" |