bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)
On clang, only compile dtoa.c with -fno-strict-aliasing, use strict aliasing to compile all other C files.
Showing
Please register or sign in to comment
On clang, only compile dtoa.c with -fno-strict-aliasing, use strict aliasing to compile all other C files.