mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove Bazel workaround for fully_static_link
The removed setting has been Bazel's default for a while now. PiperOrigin-RevId: 419776665 Change-Id: I1f91708e244fc24cdc97dbf680ae6e54fb75bbb0
This commit is contained in:
parent
ba19e48d90
commit
0598ea4687
4
.bazelrc
4
.bazelrc
|
@ -1,6 +1,2 @@
|
||||||
# Build in C++17 mode without a custom CROSSTOOL
|
# Build in C++17 mode without a custom CROSSTOOL
|
||||||
build --cxxopt=-std=c++17
|
build --cxxopt=-std=c++17
|
||||||
|
|
||||||
# TODO(https://github.com/bazelbuild/bazel/issues/8672): Remove this workaround
|
|
||||||
# This will become the default in Bazel 4.0
|
|
||||||
build --incompatible_linkopts_to_linklibs
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user