forked from openkylin/platform_build
am ce0d80b0: am 07d4b794: am 861fea29: am 3fd89533: Merge "Make aarch64 more like arm wrt strict-aliasing."
* commit 'ce0d80b0aa40f8ec5456ad07fa28c8beac82ded0': Make aarch64 more like arm wrt strict-aliasing.
This commit is contained in:
commit
e3e511b71a
|
@ -73,6 +73,9 @@ endif
|
|||
|
||||
TARGET_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined
|
||||
|
||||
TARGET_GLOBAL_CFLAGS += \
|
||||
-fno-strict-aliasing \
|
||||
|
||||
android_config_h := $(call select-android-config-h,linux-aarch64)
|
||||
|
||||
TARGET_GLOBAL_CFLAGS += \
|
||||
|
|
Loading…
Reference in New Issue