commit | d4029c8fda1e6f22d2bb95d248b306dd7d42b038 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Dec 13 20:42:33 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Dec 13 20:42:33 2007 +0000 |
tree | 50bfbed2fedfc2f0a5fde188d9a6936b16486688 | |
parent | 483704508d2e2271e6eb0090ebaec7ae086f3db8 [diff] |
Bug #1608: use -fwrapv when GCC supports it. This is important, newer GCC versions may optimize away overflow buffer overflow checks without this option! Thanks to Ismail Donmez. No thanks to the GCC devs.