summaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-09-14 20:29:47 -0400
committerjoe <joe@jerkface.net>2017-09-14 20:29:47 -0400
commitf9ca5de790ea7d430b70471f476ad7b1823b8c0a (patch)
tree49a0b2143755e917a0b801bdeefce88716d0e93c /c
parent7e44a19fae9bc9f90c38641cbc5cf8af9c540ecb (diff)
Switched to the 3-transports (DHT,Onion,Crypto) Tox design.
Diffstat (limited to 'c')
-rwxr-xr-xc2
1 files changed, 1 insertions, 1 deletions
diff --git a/c b/c
index a9d9755a..9457716f 100755
--- a/c
+++ b/c
@@ -4,4 +4,4 @@ defs="-DBENCODE_AESON -DTHREAD_DEBUG"
4hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass" 4hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass"
5cbits="cbits/*.c" 5cbits="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 "$@"