mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;tools: just ghci: -fobject-code was a mistake, keep everything interpreted
Note: stack clean --full wasn't enough to reset things after removing this flag, rm `fd -e o -e hi` was needed.
This commit is contained in:
parent
f847ef63e2
commit
007f2eba15
2
Justfile
2
Justfile
@ -342,7 +342,7 @@ TESTING:
|
||||
|
||||
# run ghci on hledger-lib + hledger
|
||||
@ghci *GHCIARGS:
|
||||
$STACKGHCI exec -- $GHCI $BUILDFLAGS -fobject-code {{ GHCIARGS }} hledger/Hledger/Cli.hs
|
||||
$STACKGHCI exec -- $GHCI $BUILDFLAGS {{ GHCIARGS }} hledger/Hledger/Cli.hs
|
||||
|
||||
# run ghci on hledger-lib + hledger with profiling/call stack information
|
||||
@ghci-prof *GHCIARGS:
|
||||
|
Loading…
Reference in New Issue
Block a user