diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 15:13:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 15:13:41 (GMT) |
commit | 896fa1c409ff90b98c78160dcf930a51c63d2457 (patch) | |
tree | 547adf00c34e764755ab7668fd2fafd377933c9f /config | |
parent | d05f6cde5283c6cf4462b0aad655606da8be63ed (diff) | |
download | hdf5-896fa1c409ff90b98c78160dcf930a51c63d2457.zip hdf5-896fa1c409ff90b98c78160dcf930a51c63d2457.tar.gz hdf5-896fa1c409ff90b98c78160dcf930a51c63d2457.tar.bz2 |
[svn-r8131] Purpose:
Bug fix
Description:
Add the debugging flag (-g) to profiling builds.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too obscure for h5committest
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index 2b2f3f6..28ff267 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -158,7 +158,7 @@ case "$cc_vendor-$cc_version" in DEBUG_CPPFLAGS= # Profile - PROFILE_CFLAGS=-pg + PROFILE_CFLAGS=-g -pg PROFILE_CPPFLAGS= ;; esac |