Merge "arm: turn on -Wl,--fatal-warnings"

This commit is contained in:
Nick Kralevich 2012-10-18 13:33:31 -07:00 committed by Android (Google) Code Review
commit 2f2afb93b7
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ TARGET_GLOBAL_LDFLAGS += \
-Wl,-z,relro \
-Wl,-z,now \
-Wl,--warn-shared-textrel \
-Wl,--fatal-warnings \
-Wl,--icf=safe \
$(arch_variant_ldflags)