summaryrefslogtreecommitdiffhomepage
path: root/auto/make
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-03-07 00:43:37 +0000
committerAndrew Clayton <a.clayton@nginx.com>2024-03-09 00:42:27 +0000
commitc1e3f02f99a3cab181c36d1f55c552e2bcfba370 (patch)
treee1617e1f9b901b4ca7b32b0faeafffa524933594 /auto/make
parent0b5223e1cda35addb1e3e1b8a6d0601b2ee9bab6 (diff)
downloadunit-c1e3f02f99a3cab181c36d1f55c552e2bcfba370.tar.gz
unit-c1e3f02f99a3cab181c36d1f55c552e2bcfba370.tar.bz2
Compile with -fno-strict-overflow
This causes signed integer & pointer overflow to have a defined behaviour of wrapping according to two's compliment. I.e INT_MAX will wrap to INT_MIN and vice versa. This is mainly to cover existing cases, not an invitation to add more. Cc: Dan Callahan <d.callahan@f5.com> Suggested-by: Alejandro Colomar <alx@kernel.org> Reviewed-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'auto/make')
0 files changed, 0 insertions, 0 deletions