Merge branch 'GP-0_ryanmkurtz_PR-9136_cl45h_fix_lzfse-freebsd-gettimeofday'

This commit is contained in:
Ryan Kurtz
2026-04-22 07:44:46 -04:00

View File

@@ -83,6 +83,9 @@ model {
b.cCompiler.args "-std=c99"
b.cCompiler.args "-Wall"
b.cCompiler.args "-O2"
if (b.targetPlatform.operatingSystem.name == "freebsd") {
b.cCompiler.define "_XOPEN_SOURCE", "600"
}
}
}
}