diff options
author | Ben Smith <binjimin@gmail.com> | 2017-10-22 21:10:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-22 21:10:33 -0700 |
commit | 7680cb2cebbf26aa84b443048f1c98128b1b8b74 (patch) | |
tree | 6e829af435372488c119105f5f1186ec82765e1f /src/circular-array.h | |
parent | fa3ee1d2ff3ae74208bc1ccc4ab8621b4a3b201e (diff) | |
download | wabt-7680cb2cebbf26aa84b443048f1c98128b1b8b74.tar.gz wabt-7680cb2cebbf26aa84b443048f1c98128b1b8b74.tar.bz2 wabt-7680cb2cebbf26aa84b443048f1c98128b1b8b74.zip |
Support newer ubsan with -fno-sanitize-recover=all (#658)
UBSAN normally will only print errors and continue, but you can use
`-fno-sanitize-recover` to have it abort with an error message. At some
point the flag was made to require a parameter. We want to support both,
so we check at configuration time which one is allowed by the compiler.
Diffstat (limited to 'src/circular-array.h')
0 files changed, 0 insertions, 0 deletions