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