From 55ddcb35141cee689c94febff64539a43fbce84c Mon Sep 17 00:00:00 2001 From: giomba Date: Thu, 29 Sep 2022 22:03:08 +0200 Subject: [PATCH] Fix GCC warnings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16144a5..c50c870 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ CFLAGS += -Os # All warning messages CFLAGS += -Wall -Wextra # Puts functions and data into its own section - remove thread-safe things -CFLAGS += -fno-exceptions -fstack-usage -fdump-tree-optimized -ffunction-sections -fdata-sections -fno-threadsafe-statics +CFLAGS += -fno-exceptions -fstack-usage -fdump-tree-optimized -ffunction-sections -fdata-sections # Use smallest size for enums CFLAGS += -fshort-enums # Microcontroller