diff options
author | slavomir.katuscak%sun.com <devnull@localhost> | 2007-06-18 12:27:14 +0000 |
---|---|---|
committer | slavomir.katuscak%sun.com <devnull@localhost> | 2007-06-18 12:27:14 +0000 |
commit | ca48841616c6f45e2f502a94393acb596d418794 (patch) | |
tree | c82f5fc1710589964f20fa02d47fa832df06bfb6 | |
parent | f290102ec3ac327e05fb0bcd9fba9dd5d51dc577 (diff) | |
download | nss-hg-ca48841616c6f45e2f502a94393acb596d418794.tar.gz |
Bug 363828 - Adding TCOV support. r=wtc, sr=julien
-rw-r--r-- | security/coreconf/SunOS5.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/coreconf/SunOS5.mk b/security/coreconf/SunOS5.mk index 19e3ec1dc..f21513529 100644 --- a/security/coreconf/SunOS5.mk +++ b/security/coreconf/SunOS5.mk @@ -98,7 +98,10 @@ else else OPTIMIZER = -xO4 endif - + ifdef USE_TCOV + CC += -xprofile=tcov + CCC += -xprofile=tcov + endif endif INCLUDES += -I/usr/dt/include -I/usr/openwin/include |