;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:
Simon Michael 2024-06-18 08:41:01 +01:00
parent f847ef63e2
commit 007f2eba15

View File

@ -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: