mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
Try out some of lexi-lambda's recommended compiler warnings
This commit is contained in:
parent
9b56def713
commit
0eb9d3be66
@ -187,7 +187,7 @@ library
|
|||||||
, OverloadedStrings
|
, OverloadedStrings
|
||||||
, RecordWildCards
|
, RecordWildCards
|
||||||
, StrictData
|
, StrictData
|
||||||
ghc-options: -Wall -fno-warn-name-shadowing -O -j
|
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-name-shadowing -O -j
|
||||||
ghc-prof-options: -fprof-auto
|
ghc-prof-options: -fprof-auto
|
||||||
|
|
||||||
executable semantic
|
executable semantic
|
||||||
|
Loading…
Reference in New Issue
Block a user