chore: add -fobject-code as ghci option

This commit is contained in:
Sarah Vaupel 2020-01-21 16:46:23 +01:00
parent 4a36a010f4
commit 890b3ff025

View File

@ -20,4 +20,4 @@ if [[ -d .stack-work-ghci ]]; then
trap move-back EXIT
fi
stack ghci --flag uniworx:dev --flag uniworx:library-only ${@:-uniworx:lib}
stack ghci --flag uniworx:dev --flag uniworx:library-only ${@:-uniworx:lib} --ghci-options -fobject-code