unsafe memory speed toggle

This commit is contained in:
van Hauser
2020-02-17 08:25:27 +01:00
parent d41f413016
commit 220804714b
3 changed files with 53 additions and 2 deletions

View File

@ -46,6 +46,12 @@
#define FANCY_BOXES
#endif
/* Comment out to have safe memory checks (security in ck_ functions).
This will cost a little speed, so disable when developing on how
the queue works */
#define UNSAFE_MEMORY
/* Default timeout for fuzzed code (milliseconds). This is the upper bound,
also used for detecting hangs; the actual value is auto-scaled: */