X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-19.git;a=blobdiff_plain;f=README.html;h=dd8744b070a5ed6d51a9133c11a0a9e8dc581d16;hp=16c04e174f38c644c32c3887b81db80a996b2aea;hb=50e8668a3cc39a2bdcfdb7d13b506263307e5f45;hpb=34400b8723ff60b5dc41593f273fcf6f45664363 diff --git a/README.html b/README.html index 16c04e1..dd8744b 100644 --- a/README.html +++ b/README.html @@ -39,6 +39,9 @@
stack exec -- advent01 +RTS -K0 -RTS

Run interactively with

stack ghci advent01
+

or

+
stack ghci advent01:exe:advent01
+

if the first form is ambiguous.

To profile, use

stack build --executable-profiling --library-profiling --ghc-options="-fprof-auto -rtsopts"

then run with