Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly turn on signed overflow semantics
Rakudo (if not Raku) assumes signed overflow, even though it's technically undefined behavior in C. Add the '-fwrapv' flag, which AIUI codified the behavior we expect in both GCC and Clang. This silences a bunch of UBSAN warnings when running NQP tests.
- Loading branch information