Unverified Commit 2e78e94c authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

aprx: fix build with gcc 15 (#485570)

parents 27652fc9 31febb1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ stdenv.mkDerivation {
    "-fcommon"
    "-O2"
    "-Wno-implicit-int" # clang, gcc 14
    "-std=gnu17" # gcc 15
  ];

  configureFlags = [