From e1b3cc7059461027ec767c78ee21d1f0e17be69c Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 23 Jul 2014 19:47:35 -0700 Subject: [PATCH] Increase limit to 2600 on host clang builds for frame size. Change-Id: I573e1bcdc7a935145e88077def9c90a5573d2e90 --- build/Android.common_build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk index dad61068f..a1385bb3d 100644 --- a/build/Android.common_build.mk +++ b/build/Android.common_build.mk @@ -191,7 +191,7 @@ art_target_non_debug_cflags := \ ifeq ($(HOST_OS),linux) # Larger frame-size for host clang builds today - art_host_non_debug_cflags += -Wframe-larger-than=2440 + art_host_non_debug_cflags += -Wframe-larger-than=2600 art_target_non_debug_cflags += -Wframe-larger-than=1728 endif -- 2.11.0