Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: enable -fno-strict-aliasing option
Enable the -fno-strict-aliasing compiler option. Some sections of code in ODP deliberately access the same data via pointers to different types, which is undefined behavior in C. The -fno-strict-aliasing option prevents the compiler from making assumptions about aliasing in these instances. Signed-off-by: Jere Leppänen <[email protected]> Reviewed-by: Janne Peltonen <[email protected]>
- Loading branch information