Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't build PS/PDF docs when validating | Ian Lynagh | 2009-10-23 | 1 | -0/+7 |
| | | | | | | | dblatex with miktex under msys/mingw can't build the PS and PDF docs, and just building the HTML docs is sufficient to check that the markup is correct, so we turn off PS and PDF doc building when validating. | ||||
* | ignore unused-import warnings from Haskeline | Simon Marlow | 2009-09-18 | 1 | -0/+2 |
| | |||||
* | binary has unused-import warnings | Simon Marlow | 2009-09-10 | 1 | -0/+3 |
| | |||||
* | Check Cabal packages when validating | Ian Lynagh | 2009-08-11 | 1 | -0/+2 |
| | | | | | This checks that hackage would accept the packages. Currently warnings are printed, but don't result in failure. | ||||
* | Leave dyn in GhcLibWays when validating | Ian Lynagh | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | temporarily turn off unused import warnings for the time library | Ian Lynagh | 2009-07-18 | 1 | -0/+2 |
| | |||||
* | Temporarily turn off unused-do-bind warnings for the time package | Ian Lynagh | 2009-07-18 | 1 | -0/+3 |
| | |||||
* | Stop using -fno-warn-unused-do-bind when compiling the libraries | Ian Lynagh | 2009-07-09 | 1 | -3/+0 |
| | | | | They're now fixed to not generate those warnings | ||||
* | For now, use -fno-warn-unused-do-bind when building the libraries | Ian Lynagh | 2009-07-04 | 1 | -0/+4 |
| | |||||
* | Turn on warnings when validating | Ian Lynagh | 2009-05-23 | 1 | -2/+2 |
| | |||||
* | Don't overwrite the *OPTS/*Opts variables in mk/validate-settings.mk | Ian Lynagh | 2009-05-21 | 1 | -5/+5 |
| | | | | Overwriting means we lose the -m64 on OS X 64. | ||||
* | GhcBootLibs is no more | Simon Marlow | 2009-05-11 | 1 | -1/+0 |
| | |||||
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -2/+2 |
| | |||||
* | add a DO NOT EDIT comment | Simon Marlow | 2009-04-21 | 1 | -0/+2 |
| | |||||
* | Don't force HSCOLOUR_SRCS = YES when validating | Ian Lynagh | 2009-03-08 | 1 | -1/+0 |
| | | | | | This removes a burden from developers, and I can't remember an occasion where it would have caught a regression. | ||||
* | Require HsColour by default | Ian Lynagh | 2009-01-04 | 1 | -0/+1 |
| | | | | | | | | This should stop us ending up without HsColour'ed sources on some platforms. We also now tell Cabal where to find HsColour, rather than it finding it itself. | ||||
* | Comments only | simonpj@microsoft.com | 2008-09-18 | 1 | -0/+4 |
| | |||||
* | Turn on optimisation for stage2 when validating | Ian Lynagh | 2008-08-28 | 1 | -1/+1 |
| | | | | | | This brings my validate down from 22mins to 16 mins. Compiling stage2 takes longer, but we gain a faster haddock, faster running of the tests, and faster building of the utils to be installed. | ||||
* | Add --slow (and --fast) options to validate | Ian Lynagh | 2008-07-01 | 1 | -1/+10 |
| | | | | | | | slow mode is 14% slower than normal. It uses -DDEBUG for the stage 2 compiler, and -XGenerics for the stage 2 compiler and the libraries. I believe that most of the slowdown is actually caused by -XGenerics rather than -DDEBUG. | ||||
* | Make a "validate --hpc"; shows how much of the compiler the testsuite tests | Ian Lynagh | 2008-07-01 | 1 | -1/+1 |
| | | | | | Currently it causes a load of ghci-debugger tests to fail and takes 63% longer. | ||||
* | Use -O0 rather than the deprecated -Onot | Ian Lynagh | 2008-06-14 | 1 | -2/+2 |
| | |||||
* | In validate settings, make -Werror easier to override | Ian Lynagh | 2008-03-26 | 1 | -2/+4 |
| | |||||
* | Add -dcore-lint when validating libraries | simonpj@microsoft.com | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | Set GhcBootLibs=YES in mk/validate-settings.mk | Ian Lynagh | 2007-09-06 | 1 | -2/+3 |
| | |||||
* | Build settings for validation are now in mk/validate-settings.mk | Ian Lynagh | 2007-09-05 | 1 | -0/+12 |