From fe1feaeb808dd54f330a28340719360657889ebc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 19 Apr 2023 14:28:43 +0000 Subject: [PATCH] chore(debug): -fprof and -fprof-auto --- package.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.yaml b/package.yaml index 3be4869eb..6654c1913 100644 --- a/package.yaml +++ b/package.yaml @@ -345,6 +345,8 @@ tests: ghc-options: - -fno-warn-orphans - -threaded -rtsopts "-with-rtsopts=-N -T" + - -fprof + - -fprof-auto hlint: main: Hlint.hs other-modules: []