mirror of
https://git.busybox.net/busybox.git
synced 2024-11-23 13:43:28 +08:00
- remove duplicate flags (-funsigned-char -fno-builtin-strlen)
This commit is contained in:
parent
b79b87a30f
commit
dd2982882b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user