|
Boost-Build : |
Subject: [Boost-build] Use of Purify with BBV2
From: william.crocker_at_[hidden]
Date: 2009-01-01 18:39:40
Hello:
I saw this subject come up in the archives
many years ago, but never saw a solution.
How do I generate a purified executable.
On UNIX this requires modification of the
link command.
For example, where I now do this:
gcc -o z z.o
I need to do this:
purify -cache-dir=/tmp gcc -o z z.o
Same for quantify and purecov.
Bill
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk