kitty: no need to disable strictoverflow hardening

This commit is contained in:
Theodore Ni 2023-08-26 14:08:52 -07:00
parent 91eabfa3a9
commit b48037703b
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -102,9 +102,6 @@ buildPythonApplication rec {
hardeningDisable = [
# causes redefinition of _FORTIFY_SOURCE
"fortify3"
] ++ lib.optionals stdenv.cc.isClang [
# Causes build failure due to warning
"strictoverflow"
];
CGO_ENABLED = 0;