From 84702e6c970c0b2cf9fd6f0f26518403f257950d Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Tue, 27 Aug 2019 05:36:07 -0700 Subject: [PATCH] No public change. PiperOrigin-RevId: 265663675 Change-Id: I6ffcf796a13cddaea4f8b8a0ca20b92cc8e316a7 --- sandboxed_api/sandbox2/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index d3cd0a7..568add9 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -504,7 +504,7 @@ cc_library( # The default is 16384, however we need to do a clone with a # stack-allocated buffer -- and PTHREAD_STACK_MIN also happens to be 16384. # Thus the slight increase. - copts = sapi_platform_copts(["-Wframe-larger-than=17000"]), + copts = sapi_platform_copts(), visibility = ["//visibility:public"], deps = [ "//sandboxed_api/sandbox2/util:file_base",