From 67f0764627027fec0566fc676ed3a6f9b7445ab7 Mon Sep 17 00:00:00 2001 From: MiesSuomesta <32951624+MiesSuomesta@users.noreply.github.com> Date: Thu, 19 Dec 2019 08:05:09 +0200 Subject: [PATCH] GCC pragma away --- printbuf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/printbuf.c b/printbuf.c index 3fb8e4b..3272bf9 100644 --- a/printbuf.c +++ b/printbuf.c @@ -13,10 +13,6 @@ * (http://www.opensource.org/licenses/mit-license.php) */ -#define PRINTBUF_DEBUG 1 - -#pragma GCC optimize ("O0") - #include "config.h" #include