build.rs: Remove -fno-strict-aliasing from the C compiler configuration.

Enable further compiler optimizations.

BoringSSL does not include `-fno-strict-aliasing` in its builds.
This commit is contained in:
Brian Smith 2023-10-08 20:08:28 -07:00
parent 3181d96968
commit 9c7b114272

View File

@ -133,7 +133,6 @@ fn cpp_flags(compiler: &cc::Tool) -> &'static [&'static str] {
"-Wundef",
"-Wuninitialized",
"-Wwrite-strings",
"-fno-strict-aliasing",
"-fvisibility=hidden",
];
NON_MSVC_FLAGS