diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-01-23 23:05:47 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-01-23 23:05:47 +0800 |
commit | 89bdf3b0b9376204b039f38f8bebffa92cb30d4e (patch) | |
tree | 5a1a23f5ae301b599d1b0e9ccb23b0dcc3dbc1f4 /debug.h | |
parent | 597f7eb5e921c70545d3f45e2b5e0b19867573e0 (diff) |
add fuzzer-preauth_nomaths
--HG--
branch : fuzz
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,7 +49,9 @@ /*#define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ ses.writepayload->pos == 0)*/ +#ifndef CHECKCLEARTOWRITE #define CHECKCLEARTOWRITE() +#endif /* Define this, compile with -pg and set GMON_OUT_PREFIX=gmon to get gmon * output when Dropbear forks. This will allow it gprof to be used. |