forked from openkylin/platform_build
am 849bf820: am 735cd90d: Merge "Disable transitive symbol resolving for mips64."
* commit '849bf82079ea33b84c7c01fbc2e52205843720ed': Disable transitive symbol resolving for mips64.
This commit is contained in:
commit
6d5c952a7e
|
@ -115,6 +115,9 @@ TARGET_GLOBAL_LDFLAGS += \
|
||||||
-Wl,--fatal-warnings \
|
-Wl,--fatal-warnings \
|
||||||
$(arch_variant_ldflags)
|
$(arch_variant_ldflags)
|
||||||
|
|
||||||
|
# Disable transitive dependency library symbol resolving.
|
||||||
|
TARGET_GLOBAL_LDFLAGS += -Wl,--allow-shlib-undefined
|
||||||
|
|
||||||
TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden
|
TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden
|
||||||
|
|
||||||
# More flags/options can be added here
|
# More flags/options can be added here
|
||||||
|
|
Loading…
Reference in New Issue