fasthenry: fix build with gcc15 (#509191)
This commit is contained in:
@@ -27,6 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-Wno-error=implicit-function-declaration"
|
||||
"-Wno-error=implicit-int"
|
||||
"-Wno-error=return-mismatch"
|
||||
# gcc15
|
||||
"-std=gnu17"
|
||||
];
|
||||
|
||||
makeFlags = [ "all" ]; # need "all" to be explicitely set
|
||||
|
||||
Reference in New Issue
Block a user