haskell-nix/hnix-store

Can `-rtsopts -fprof-auto` be removed from the Cabal description of the test suites?

Closed this issue · 2 comments

Hackage notified that tarballs had -fprof enabled.
It is being enabled for test suites.

Moreover -rtsopts -fprof-auto.

What is for, who knows?

Aha:

Flag bounded_memory
  description: Run tests of constant memory use (requires +RTS -T)
  default: False

But why it is not included in the according flag.

Ok. Just moved them into optional flags at least.