[svn-r8131] Purpose:

Bug fix

Description:
    Add the debugging flag (-g) to profiling builds.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too obscure for h5committest
This commit is contained in:
Quincey Koziol 2004-01-31 10:13:41 -05:00
parent d05f6cde52
commit 896fa1c409

View File

@ -158,7 +158,7 @@ case "$cc_vendor-$cc_version" in
DEBUG_CPPFLAGS=
# Profile
PROFILE_CFLAGS=-pg
PROFILE_CFLAGS=-g -pg
PROFILE_CPPFLAGS=
;;
esac