Unverified Commit 7c0848ab authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

fasthenry: fix build with gcc15 (#509191)

parents c49485be a8c76b85
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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