summaryrefslogtreecommitdiff
path: root/compiler/iface/FlagChecker.hs
Commit message (Expand)AuthorAgeFilesLines
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-2/+1
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-1/+1
* Make a picPOpts functionIan Lynagh2012-07-161-2/+2
* Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checkerSimon Marlow2012-03-011-6/+32
* oops, a Bool is a little *too* lax (#5878)Simon Marlow2012-02-161-1/+2
* Be less conservative about recompiling after changes to -main-is (#5878)Simon Marlow2012-02-161-3/+4
* Don't record outputFile in the hashed flagsSimon Marlow2012-01-031-1/+3
* Take into account -fprof-auto-*Simon Marlow2011-12-071-1/+5
* Keep the flag lists as IntSets rather than listsSimon Marlow2011-11-231-2/+2
* Normalise FilePaths before hashing (fixes base01)Simon Marlow2011-11-111-3/+7
* Remove cruft code from FlagCheckerDavid Terei2011-11-101-103/+1
* Add more flags to the recompilation check (#437)Simon Marlow2011-11-101-19/+21
* Fix #437: recompilation check includes flagsDavid Terei2011-11-091-0/+143