Tidying
[advent-of-code-21.git] / advent-of-code21.cabal
index 6fd1c0945c4015318cf4e06a3f3d12c75b2c6075..351c77a8f25e9b7ef248e677f195bd0e42fa4248 100644 (file)
@@ -221,3 +221,13 @@ executable advent23
   import: common-extensions, build-directives
   main-is: advent23/Main.hs
   build-depends: containers, linear, pqueue, mtl, lens
+
+executable advent23prof
+  import: common-extensions, build-directives
+  main-is: advent23/Main.hs
+  build-depends: containers, linear, pqueue, mtl, lens
+  ghc-options:         -O2 
+                       -Wall 
+                       -threaded 
+                       -rtsopts "-with-rtsopts=-N -p -s -hT"
+                       
\ No newline at end of file