Skip to content

Commit

Permalink
Compile C bits with ALL the warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
olorin committed Jul 18, 2016
1 parent 8cafb7c commit 60c3102
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ambiata-warden.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,17 @@ library
-Wall

cc-options:
-O3 -Wall -Werror

-O3
-Wall
-Wextra
-Werror
-Wbad-function-cast
-Wnested-externs
-Wstrict-prototypes
-Wmissing-prototypes
-Wmissing-declarations
-Waggregate-return

hs-source-dirs:
src gen

Expand Down

0 comments on commit 60c3102

Please sign in to comment.