summaryrefslogtreecommitdiffstats
path: root/config/cce-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/cce-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/cce-flags')
-rw-r--r--config/cce-flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cce-flags b/config/cce-flags
index bdfb5f9..e479363 100644
--- a/config/cce-flags
+++ b/config/cce-flags
@@ -64,8 +64,8 @@ if test "X-cce" = "X-$cc_vendor"; then
DEBUG_CPPFLAGS=
# Symbols
- SYMBOL_CFLAGS="-g"
- SYMBOL_CPPFLAGS=
+ SYMBOLS_CFLAGS="-g"
+ SYMBOLS_CPPFLAGS=
# Profiling
# Use this for profiling with gprof