diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 20:29:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 20:29:00 +0000 |
commit | a7189f01a4a19a9c8852e84b322fc3d8cbda92eb (patch) | |
tree | 436e3ab7b6f055553199153e99f6b7589fb488ec /Makefile.flags | |
parent | 04c6386c45cd795617dd754066ac3bd6a62757cb (diff) | |
download | busybox-w32-a7189f01a4a19a9c8852e84b322fc3d8cbda92eb.tar.gz busybox-w32-a7189f01a4a19a9c8852e84b322fc3d8cbda92eb.tar.bz2 busybox-w32-a7189f01a4a19a9c8852e84b322fc3d8cbda92eb.zip |
add -Wundef, fix uncovered bugs
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags index 12c5d58dd..ed42c2b6d 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -11,7 +11,7 @@ CPPFLAGS += \ | |||
11 | -D_GNU_SOURCE -DNDEBUG \ | 11 | -D_GNU_SOURCE -DNDEBUG \ |
12 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ | 12 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ |
13 | -D"BB_VER=KBUILD_STR($(BB_VER))" -DBB_BT=AUTOCONF_TIMESTAMP \ | 13 | -D"BB_VER=KBUILD_STR($(BB_VER))" -DBB_BT=AUTOCONF_TIMESTAMP \ |
14 | -Wall -Wstrict-prototypes -Wshadow -Werror \ | 14 | -Wall -Wstrict-prototypes -Wshadow -Werror -Wundef \ |
15 | -funsigned-char -fno-builtin-strlen -finline-limit=0 -static-libgcc \ | 15 | -funsigned-char -fno-builtin-strlen -finline-limit=0 -static-libgcc \ |
16 | -Os -falign-functions=1 -falign-jumps=1 -falign-loops=1 \ | 16 | -Os -falign-functions=1 -falign-jumps=1 -falign-loops=1 \ |
17 | -fomit-frame-pointer -ffunction-sections -fdata-sections | 17 | -fomit-frame-pointer -ffunction-sections -fdata-sections |