aprx: fix build with gcc 15

This commit is contained in:
Xiangyan Sun
2026-01-30 14:01:00 -08:00
parent 93a535748c
commit 31febb1eb9
+1
View File
@@ -22,6 +22,7 @@ stdenv.mkDerivation {
"-fcommon"
"-O2"
"-Wno-implicit-int" # clang, gcc 14
"-std=gnu17" # gcc 15
];
configureFlags = [