mirror of
https://github.com/wader/fq.git
synced 2024-12-23 05:13:30 +03:00
make: Fix prof build issue
This commit is contained in:
parent
91217e8210
commit
e5e81e7c6f
2
Makefile
2
Makefile
@ -75,7 +75,7 @@ depgraph.svg:
|
|||||||
# make cpuprof ARGS=". test.mp3"
|
# make cpuprof ARGS=". test.mp3"
|
||||||
.PHONY: prof
|
.PHONY: prof
|
||||||
prof:
|
prof:
|
||||||
go build -tags profile -o fq.prof main.go
|
go build -tags profile -o fq.prof fq.go
|
||||||
CPUPROFILE=fq.cpu.prof MEMPROFILE=fq.mem.prof ./fq.prof ${ARGS}
|
CPUPROFILE=fq.cpu.prof MEMPROFILE=fq.mem.prof ./fq.prof ${ARGS}
|
||||||
.PHONY: memprof
|
.PHONY: memprof
|
||||||
memprof: prof
|
memprof: prof
|
||||||
|
Loading…
Reference in New Issue
Block a user