Merge pull request #251672 from tjni/kitty

This commit is contained in:
Franz Pletz 2023-08-27 00:40:50 +02:00 committed by GitHub
commit cd153e8b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;