Skip to content
Commit ddc92d09 authored by Aleksy Barcz's avatar Aleksy Barcz
Browse files

compile with -fno-strict-aliasing

+ with -O2, -fstrict-aliasing is enabled by default, which may cause undefined behavior (since C2011) when we dereference e.g. uint16_t[4] as a double
+ avoid undefined behavior by disabling this optimisation
+ in the future it would be probably better to use standard-supported methods for conversions (to be determined)
parent a3dd7e00
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment