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/cce-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/cce-flags')
-rw-r--r-- | config/cce-flags | 4 |
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 |