diff options
-rw-r--r-- | Makefile.flags | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.flags b/Makefile.flags index 200cf70c7..12c5d58dd 100644 --- a/Makefile.flags +++ b/Makefile.flags @@ -14,5 +14,4 @@ CPPFLAGS += \ -Wall -Wstrict-prototypes -Wshadow -Werror \ -funsigned-char -fno-builtin-strlen -finline-limit=0 -static-libgcc \ -Os -falign-functions=1 -falign-jumps=1 -falign-loops=1 \ - -fomit-frame-pointer -ffunction-sections -fdata-sections \ - -funsigned-char -fno-builtin-strlen \ + -fomit-frame-pointer -ffunction-sections -fdata-sections |