Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2bcc04..ed1afb5 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ASM := $(SRC:.c=.s)
ifdef DEBUG
CFLAGS += -O0 -g3
else
-CFLAGS += -O2
+CFLAGS += -Os
endif
ifdef WORD
CFLAGS += -m$(WORD)