fdk-aac/.github/workflows
Martin Storsjo 48255d057a github: Add -Wno-stringop-overflow to the GCC/CMake builds
CMake builds with -O3 by default, while autotools builds with -O2.

When optimizing in -O3 mode, GCC finds things to warn about with
-Wno-stringop-overflow that it doesn't find in -O2 mode. (This
happens at least with GCC 11, found in Ubuntu 22.04.)
2023-10-06 14:04:10 +03:00
..
ci.yml github: Add -Wno-stringop-overflow to the GCC/CMake builds 2023-10-06 14:04:10 +03:00