No public change.

PiperOrigin-RevId: 265663675
Change-Id: I6ffcf796a13cddaea4f8b8a0ca20b92cc8e316a7
This commit is contained in:
Sandboxed API Team 2019-08-27 05:36:07 -07:00 committed by Copybara-Service
parent 2dd7d27952
commit 84702e6c97

View File

@ -504,7 +504,7 @@ cc_library(
# The default is 16384, however we need to do a clone with a # 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. # stack-allocated buffer -- and PTHREAD_STACK_MIN also happens to be 16384.
# Thus the slight increase. # Thus the slight increase.
copts = sapi_platform_copts(["-Wframe-larger-than=17000"]), copts = sapi_platform_copts(),
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [
"//sandboxed_api/sandbox2/util:file_base", "//sandboxed_api/sandbox2/util:file_base",