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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259422

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
#