Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2025-08-09 00:55:56 -07:00
17 changed files with 44 additions and 14 deletions

View File

@@ -42,6 +42,8 @@ nativeUtils.platformConfigs.each {
nativeUtils.platformConfigs.each {
if (it.name.contains('linux')) {
it.cppCompiler.debugArgs.add("-gz=zlib")
// Make warning in OpenCV 4.10 from GCC 15 not an error
it.cppCompiler.args.add("-Wno-error=overloaded-virtual")
}
}