diff options
| -rw-r--r-- | net/ipv4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index 5a9af0a9b..b2eab7ab7 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile @@ -56,3 +56,6 @@ obj-$(CONFIG_NETLABEL) += cipso_ipv4.o obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \ xfrm4_output.o + +# Needed to work around poor compiler optimization +CFLAGS_tcp_input.o := -Wno-array-bounds |
