From fea20a9af56d5b7640ced14cde92fe6746291502 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2018 20:39:23 +0200 Subject: Use a fixed-size reader stack This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size. --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 7f9effc4..b4c9c927 100644 --- a/wscript +++ b/wscript @@ -431,6 +431,8 @@ def test(tst): check([serdi, '-i', 'illegal']) check([serdi, '-i', 'turtle']) check([serdi, '-i']) + check([serdi, '-k']) + check([serdi, '-k', '-1']) check([serdi, '-o', 'illegal']) check([serdi, '-o']) check([serdi, '-p']) -- cgit v1.2.1