Ticket #5213 (closed bug: fixed)
Makefile tests don't know about config.compiler_always_flags
| Reported by: | igloo | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.4.1 |
| Component: | Test Suite | Version: | 7.0.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
the flags that we pass to GHC for most tests are set in config/ghc:
config.compiler_always_flags = ['-fforce-recomp', '-dcore-lint', '-dcmm-lint',
'-dno-debug-output', '-no-user-package-conf', '-rtsopts']
These ought to be somewhere that we can get at them in a Makefile too.
Change History
Note: See
TracTickets for help on using
tickets.
