mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-9136_cl45h_fix_lzfse-freebsd-gettimeofday'
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user