haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
87 stars 23 forks source link

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

Closed Anton-Latukha closed 3 years ago

Anton-Latukha commented 3 years ago

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

Moreover -rtsopts -fprof-auto.

What is for, who knows?

Anton-Latukha commented 3 years ago

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.

Anton-Latukha commented 3 years ago

Ok. Just moved them into optional flags at least.