From 989de4a1bf8b41073c546b480ca7aa8e8e9b03c6 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sat, 5 Jun 2021 11:20:09 -0700 Subject: [PATCH] [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. --- shared/config.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/config.gradle b/shared/config.gradle index 36ca327efe..83f55d069d 100644 --- a/shared/config.gradle +++ b/shared/config.gradle @@ -32,6 +32,8 @@ nativeUtils.platformConfigs.each { } } +nativeUtils.platformConfigs.linuxathena.linker.args.add("-Wl,--fatal-warnings") + model { components { all {