summaryrefslogtreecommitdiffstats
path: root/config/ibm-flags
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-02-01 19:28:38 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-02-01 19:28:38 (GMT)
commit2fb4f0b35eab57f136852ba600572874fd7e37bd (patch)
tree018c2ce1b40eeffced3d260a3677010a9624b014 /config/ibm-flags
parent6a566cdc8457eed5c0b80f8e7a82b6efcea51fe7 (diff)
downloadhdf5-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-flags4
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"