1
1
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:
Timothy Clem 2018-03-16 10:15:39 -07:00
parent 9b56def713
commit 0eb9d3be66

View File

@ -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