nixpkgs/pkgs/development/libraries/aws-sdk-cpp
Sergei Trofimovich 627b4dc438 aws-sdk-cpp: disable blanket -Werror
`-Werror` flag usually causes build failures due to minor changes in
compiler versions. They might be useful for developers themselves but
are rarely useful for distributions.

For example right now `aws-sdk-cpp` fails to compile on `gcc-13` due to
a `gcc` infelicity: https://gcc.gnu.org/PR107488

While this concrete instance is a compiler bug generally `-Werror` makes
users' lives harder. Specific `-Werror=<foo>` are better way to prevent
certain classes of bugs.

The change removes blanket `-Werror` with a `substituteInPlace` call.
2022-11-02 07:54:29 +00:00
..
cmake-dirs.patch
default.nix aws-sdk-cpp: disable blanket -Werror 2022-11-02 07:54:29 +00:00