mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +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
|
||||
, RecordWildCards
|
||||
, 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
|
||||
|
||||
executable semantic
|
||||
|
Loading…
Reference in New Issue
Block a user