OSDN Git Service

Disable -Wframe-larger-than when building SANITIZE_TARGET.
authorEvgenii Stepanov <eugenis@google.com>
Mon, 15 Jun 2015 22:55:22 +0000 (15:55 -0700)
committerEvgenii Stepanov <eugenis@google.com>
Mon, 15 Jun 2015 22:57:19 +0000 (15:57 -0700)
commite1b6e974ad2e5695bc166cb363050208d77ded45
treee7378a065335e74651610f3197d21e21985e3d38
parentfff9d01c05df3090569481cf244b5c28c9d0eac2
Disable -Wframe-larger-than when building SANITIZE_TARGET.

The same has been done for SANITIZE_HOST some time ago.
AddressSanitizer adds redzones around local variables, increasing
function frame size by 2x to 3x.

Bug: 21785137
Change-Id: If53456894a2e6e38318b681dbc69547b05b6f33c
build/Android.common_build.mk