summaryrefslogtreecommitdiff
path: root/netcon/make-intercept.mk
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2015-11-16 23:57:19 -0800
committerJoseph Henry <josephjah@gmail.com>2015-11-16 23:57:19 -0800
commitf5c2600ca4898630b1f3ecfd2b8b28876bee187f (patch)
treecd7e767d752718f3ec93544b005b67ccf6ef25ec /netcon/make-intercept.mk
parentb0f6dc43b4e7450320c76b034d04094a36883e00 (diff)
downloadinfinitytier-f5c2600ca4898630b1f3ecfd2b8b28876bee187f.tar.gz
infinitytier-f5c2600ca4898630b1f3ecfd2b8b28876bee187f.zip
Added symbol checks in intercept. This seems wise after all
Diffstat (limited to 'netcon/make-intercept.mk')
-rw-r--r--netcon/make-intercept.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/make-intercept.mk b/netcon/make-intercept.mk
index 8827d7d0..a076e1c7 100644
--- a/netcon/make-intercept.mk
+++ b/netcon/make-intercept.mk
@@ -27,7 +27,7 @@
SHCC=gcc
-intercept_CFLAGS = -c -fPIC -g -O2 -Wall -std=c99 -DERRORS_ARE_FATAL -DDEBUG_RPC -DCHECKS -D_GNU_SOURCE -DNETCON_INTERCEPT
+intercept_CFLAGS = -c -fPIC -g -O2 -Wall -std=c99 -DERRORS_ARE_FATAL -DVERBOSE -DDEBUG_RPC -DCHECKS -D_GNU_SOURCE -DNETCON_INTERCEPT
LIB_NAME = intercept
SHLIB_EXT=dylib
SHLIB_MAJOR = 1