diff --git a/examples/Makefile b/examples/Makefile index 04bd14e6..cc9ef239 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -210,7 +210,7 @@ else CFLAGS += -Os endif else - CFLAGS += -s -O2 + CFLAGS += -O2 endif endif