1# vim: set ft=make :
2
3build-dhat:
4 cargo build --profile profiling --features dhat-heap
5 @echo 'dhat binaries in target/profiling'
6 @echo 'Example:'
7 @echo 'WIRE_KEY_AGENT=/nix/store/...-key_agent-0.1.0 PROJECT/target/profiling/wire apply ...'