Ticket #5213 (closed bug: fixed)

Opened 2 years ago

Last modified 18 months ago

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

Changed 18 months ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Fixed:

commit 65c0119309b0f7e80c7becc1f118175a3a68697f

Author: Ian Lynagh <igloo@earth.li>
Date:   Thu Nov 17 18:04:41 2011 +0000

    Define the GHC "compiler_always_flags" in make; fixes trac #5213

    We now pass the "always" flags to Makefile tests as well as python tests.
Note: See TracTickets for help on using tickets.