From b66755cc26ff31a0385597c1e158669176db34c2 Mon Sep 17 00:00:00 2001 From: copi143 Date: Sat, 14 Dec 2024 19:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgcc=E4=B8=8A=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=88=EF=BC=88=EF=BC=88?= =?UTF-8?q?=EF=BC=88=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libc-base/stdio/stbsp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libc-base/stdio/stbsp.c b/src/libc-base/stdio/stbsp.c index 55183118..9a6d2ad7 100755 --- a/src/libc-base/stdio/stbsp.c +++ b/src/libc-base/stdio/stbsp.c @@ -1,8 +1,10 @@ // This code is released under the MIT License +#pragma GCC optimize("O0") + #include -#if NO_STD +#if NO_STD && !USE_SPRINTF # define STB_SPRINTF_IMPLEMENTATION # include "stb_sprintf.h"