[build] Force all linker warnings to be fatal for rio builds (#3407)

This will make sure we catch any bugs for missing runtime dependencies before they become bigger problems.
This commit is contained in:
Thad House
2021-06-05 11:20:09 -07:00
committed by GitHub
parent d9eeb45b03
commit 989de4a1bf

View File

@@ -32,6 +32,8 @@ nativeUtils.platformConfigs.each {
}
}
nativeUtils.platformConfigs.linuxathena.linker.args.add("-Wl,--fatal-warnings")
model {
components {
all {