From eabc097dd442a6f7e92b651336dc22cb7267fcb3 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 24 Mar 2019 00:52:58 +0100 Subject: [PATCH] SharedGraphics: Oops, I was compiling puff() in SLOW mode for testing. --- SharedGraphics/puff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/SharedGraphics/puff.c b/SharedGraphics/puff.c index 5894ee64b9..c6c90d7142 100644 --- a/SharedGraphics/puff.c +++ b/SharedGraphics/puff.c @@ -28,7 +28,6 @@ * http://www.zlib.org/rfc-deflate.html */ -#define SLOW /* * Change history: *