summaryrefslogtreecommitdiff
path: root/mk/validate-settings.mk
Commit message (Collapse)AuthorAgeFilesLines
* Don't build PS/PDF docs when validatingIan Lynagh2009-10-231-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 HaskelineSimon Marlow2009-09-181-0/+2
|
* binary has unused-import warningsSimon Marlow2009-09-101-0/+3
|
* Check Cabal packages when validatingIan Lynagh2009-08-111-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 validatingIan Lynagh2009-08-071-1/+1
|
* temporarily turn off unused import warnings for the time libraryIan Lynagh2009-07-181-0/+2
|
* Temporarily turn off unused-do-bind warnings for the time packageIan Lynagh2009-07-181-0/+3
|
* Stop using -fno-warn-unused-do-bind when compiling the librariesIan Lynagh2009-07-091-3/+0
| | | | They're now fixed to not generate those warnings
* For now, use -fno-warn-unused-do-bind when building the librariesIan Lynagh2009-07-041-0/+4
|
* Turn on warnings when validatingIan Lynagh2009-05-231-2/+2
|
* Don't overwrite the *OPTS/*Opts variables in mk/validate-settings.mkIan Lynagh2009-05-211-5/+5
| | | | Overwriting means we lose the -m64 on OS X 64.
* GhcBootLibs is no moreSimon Marlow2009-05-111-1/+0
|
* GHC new build system megapatchIan Lynagh2009-04-261-2/+2
|
* add a DO NOT EDIT commentSimon Marlow2009-04-211-0/+2
|
* Don't force HSCOLOUR_SRCS = YES when validatingIan Lynagh2009-03-081-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 defaultIan Lynagh2009-01-041-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 onlysimonpj@microsoft.com2008-09-181-0/+4
|
* Turn on optimisation for stage2 when validatingIan Lynagh2008-08-281-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 validateIan Lynagh2008-07-011-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 testsIan Lynagh2008-07-011-1/+1
| | | | | Currently it causes a load of ghci-debugger tests to fail and takes 63% longer.
* Use -O0 rather than the deprecated -OnotIan Lynagh2008-06-141-2/+2
|
* In validate settings, make -Werror easier to overrideIan Lynagh2008-03-261-2/+4
|
* Add -dcore-lint when validating librariessimonpj@microsoft.com2007-11-051-1/+1
|
* Set GhcBootLibs=YES in mk/validate-settings.mkIan Lynagh2007-09-061-2/+3
|
* Build settings for validation are now in mk/validate-settings.mkIan Lynagh2007-09-051-0/+12