summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2018-12-12 02:01:39 -0500
committerJoe Crayne <joe@jerkface.net>2018-12-16 14:08:26 -0500
commitd96234b9954fb2e41521eb437edf2fee7317f7d6 (patch)
tree7a97ad1a7b4d01f1c9d74dcb93fae29d075bb76c /g
parent1819d80705986d36c3264f60d05a5383c73bc33f (diff)
TCP Prober.
Diffstat (limited to 'g')
-rwxr-xr-xg2
1 files changed, 1 insertions, 1 deletions
diff --git a/g b/g
index b5cdc09b..4ebe82ed 100755
--- a/g
+++ b/g
@@ -13,7 +13,7 @@ done
13 13
14warn="-freverse-errors -fwarn-unused-imports -Wmissing-signatures -fdefer-typed-holes" 14warn="-freverse-errors -fwarn-unused-imports -Wmissing-signatures -fdefer-typed-holes"
15exts="-XOverloadedStrings -XRecordWildCards" 15exts="-XOverloadedStrings -XRecordWildCards"
16defs="-DBENCODE_AESON -DTHREAD_DEBUG" 16defs="-DBENCODE_AESON -DTHREAD_DEBUG -UVERSION_lens"
17hidden="crypto-random crypto-api crypto-numbers cryptohash prettyclass" 17hidden="crypto-random crypto-api crypto-numbers cryptohash prettyclass"
18[ "$rootname" == "stack" ] && hidden="" 18[ "$rootname" == "stack" ] && hidden=""
19hide="" 19hide=""