summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-31 15:13:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-31 15:13:41 (GMT)
commit896fa1c409ff90b98c78160dcf930a51c63d2457 (patch)
tree547adf00c34e764755ab7668fd2fafd377933c9f /config/gnu-flags
parentd05f6cde5283c6cf4462b0aad655606da8be63ed (diff)
downloadhdf5-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/gnu-flags')
-rw-r--r--config/gnu-flags2
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