mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 10:17:34 +03:00
build with profile info
This commit is contained in:
parent
58374bf730
commit
4ff7c1c7fb
3
Makefile
3
Makefile
@ -1,10 +1,11 @@
|
|||||||
BUILD=ghc --make hledger.hs -o hledger
|
BUILD=ghc --make hledger.hs -o hledger -prof -auto-all # -O2
|
||||||
TOPROFILE=hledger -s balance
|
TOPROFILE=hledger -s balance
|
||||||
TIME=`date +"%Y%m%d%H%M"`
|
TIME=`date +"%Y%m%d%H%M"`
|
||||||
|
|
||||||
build: Tags
|
build: Tags
|
||||||
$(BUILD)
|
$(BUILD)
|
||||||
|
|
||||||
|
|
||||||
profile prof:
|
profile prof:
|
||||||
$(BUILD) -prof -auto-all
|
$(BUILD) -prof -auto-all
|
||||||
$(TOPROFILE) +RTS -p
|
$(TOPROFILE) +RTS -p
|
||||||
|
Loading…
Reference in New Issue
Block a user