diff options
author | Martin Storsjo <martin@martin.st> | 2023-10-06 12:44:05 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2023-10-06 14:04:10 +0300 |
commit | 48255d057aa61fde685b20492850043e37d8cb34 (patch) | |
tree | 5aeff6c610ba330fddd5e06246ce651332eedb4f /CMakeLists.txt | |
parent | 23b030f80e99459166bdc22282c2c96f4f384368 (diff) | |
download | fdk-aac-48255d057aa61fde685b20492850043e37d8cb34.tar.gz fdk-aac-48255d057aa61fde685b20492850043e37d8cb34.tar.bz2 fdk-aac-48255d057aa61fde685b20492850043e37d8cb34.zip |
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.)
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions