Revert r259045.

It seems that clang miscompiles code related to UDP with -fno-strict-overflow.
This commit is contained in:
Konstantin Belousov 2013-12-15 18:13:42 +00:00
parent ac01bc33c9
commit 337a0242ce

View File

@ -147,12 +147,6 @@ INLINE_LIMIT?= 8000
#
CFLAGS+= -ffreestanding
#
# Do not allow a compiler to optimize out overflow checks for signed
# types.
#
CFLAGS+= -fno-strict-overflow
#
# GCC SSP support
#