aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-05-28 23:43:14 +0100
committerGitHub <noreply@github.com>2021-05-29 00:43:14 +0200
commit6883605d1314503ad6ef8aadcadc90222da5c576 (patch)
tree58df4d704207377e980e2c5b3d8c09ac8dfebd95 /frida_mode/GNUmakefile
parentde7370c0e966498ed95ab8a68ce57f6a1d10c21b (diff)
downloadAFLplusplus-6883605d1314503ad6ef8aadcadc90222da5c576.tar.gz
Support writing Stalker stats (#945)
* Support writing Stalker stats * Fixed string handling in print functions Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/GNUmakefile')
-rw-r--r--frida_mode/GNUmakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index f9c0f1f7..a0387cac 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -36,10 +36,6 @@ else
CFLAGS+=-Wno-pointer-arith
endif
-ifdef FRIDA_DEBUG
-CFLAGS += -DFRIDA_DEBUG
-endif
-
FRIDA_BUILD_DIR:=$(BUILD_DIR)frida/
FRIDA_TRACE:=$(BUILD_DIR)afl-frida-trace.so
FRIDA_TRACE_EMBEDDED:=$(BUILD_DIR)afl-frida-trace-embedded