#5213: Makefile tests don't know about config.compiler_always_flags
---------------------------------+------------------------------------------
    Reporter:  igloo             |        Owner:  igloo       
        Type:  bug               |       Status:  new         
    Priority:  normal            |    Milestone:  7.4.1       
   Component:  Test Suite        |      Version:  7.0.3       
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------
 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.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5213>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to