From d832f9ddc9187c83a52a724d4ea39aea08de485b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 12 Jun 2021 22:10:07 +0200 Subject: Fixed weird bugs without optimizations I may have to revisit the exact problem in the future though. --- libs/libc/inc/def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') diff --git a/libs/libc/inc/def.h b/libs/libc/inc/def.h index 84656b4..0addeb5 100644 --- a/libs/libc/inc/def.h +++ b/libs/libc/inc/def.h @@ -69,6 +69,7 @@ typedef long double f80; #define USED_FUNC ATTR((used)) #define UNUSED_FUNC ATTR((unused)) #define NO_SANITIZE ATTR((no_sanitize("undefined"))) +#define OPTIMIZE(level) ATTR((optimize(level))) #define ALIGNED(align) ATTR((aligned(align))) /** -- cgit v1.2.3