Revert r259045.
It seems that clang miscompiles code related to UDP with -fno-strict-overflow.
This commit is contained in:
parent
ac01bc33c9
commit
337a0242ce
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user