commercialhaskell / commercialhaskell/stack
stack --profile shouldn't force --ghc-options='-auto-all'
Open
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
I want to use only manual cost centers when profiling, but it appears that stack is forcing `--ghc-options='-auto-all'` whenever profiling is enabled. Even if I pass `--ghc-options='-fno-prof-auto'`, the auto cost center are still used.
Contributor guide
Assessment
This issue has not been assessed yet.