kitty: no need to disable strictoverflow hardening
This commit is contained in:
parent
91eabfa3a9
commit
b48037703b
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue