X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=2e4886ca28d1928ef768353217ce845fb803e444;hb=e1edd01d136082aa14fbd9b53c12344efc447466;hp=5663158d2c8e117d5d580f44233e16e1c86243ec;hpb=5a91723e71215afc4c48e48f932e72a32e859094;p=advent-of-code-16.git diff --git a/README.md b/README.md index 5663158..2e4886c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ advent01 If you're profiling, compile and run with ``` -ghc -O2 --make advent01.hs -prof -auto-all -caf-all -fforce-recomp +ghc -O2 --make advent01.hs -prof -auto-all -caf-all -fforce-recomp -rstopts time ./advent01 +RTS -p -hy ``` @@ -44,4 +44,4 @@ Build this readme file wth pandoc -s README.md > README.html ``` -(Using the [Modest styles](https://github.com/markdowncss/modest).) \ No newline at end of file +(Using the [Modest style](https://github.com/markdowncss/modest).) \ No newline at end of file