diff options
| author | Mark Wielaard <[email protected]> | 2015-05-21 23:36:51 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2015-05-27 15:09:36 +0200 |
| commit | 2b250b759799eaa43bce1643b7072be8c5c19c01 (patch) | |
| tree | 9adec3f0c274efbf2c759fd8caa9d9a48a1c4de4 /ChangeLog | |
| parent | c2297eab17b7dbb98021b51f063f71d1cdc7893a (diff) | |
configure: Add --enable-sanitize-undefined.
Now that we are -fsanitize=undefined clean make sure we keep it that way.
We do have to disable alignment checking. Because we might explicitly
use unaligned accesses (see ALLOW_UNALIGNED).
Rename DISTCHECK_CONFIGURE_FLAGS to AM_DISTCHECK_CONFIGURE_FLAGS, so the
user can override. And add --enable-sanitize-undefined.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-05-21 Mark Wielaard <[email protected]> + + * configure.ac: Add --enable-sanitize-undefined. + * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to... + (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined. + 2015-05-04 Anthony G. Basile <[email protected]> * configure.ac (argp_LDADD): Check if libc has argp and set |
