diff options
Diffstat (limited to 'c')
-rwxr-xr-x | c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ defs="-DBENCODE_AESON -DTHREAD_DEBUG" | |||
4 | hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass" | 4 | hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass" |
5 | cbits="cbits/*.c" | 5 | cbits="cbits/*.c" |
6 | # -Wno-typed-holes | 6 | # -Wno-typed-holes |
7 | $compile -fdefer-typed-holes -freverse-errors $hide -isrc -XOverloadedStrings -XRecordWildCards $defs $cbits "$@" | 7 | $compile -Wmissing-signatures -fdefer-typed-holes -freverse-errors $hide -isrc -XOverloadedStrings -XRecordWildCards $defs $cbits "$@" |