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_AGENT=/nix/store/...-agent-0.1.0 PROJECT/target/profiling/wire apply ...'