Skip to content

Commit a045a47

Browse files
committed
remove one older option
1 parent d5dda17 commit a045a47

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.bazelrc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ common --incompatible_strict_action_env
110110
common --incompatible_struct_has_no_methods
111111
common --incompatible_use_plus_in_repo_names
112112
common --incompatible_use_host_features
113-
113+
common --modify_execution_info=CppCompile=+supports-path-mapping
114+
common --legacy_important_outputs=false
114115

115116
build --@curl//:use_mbedtls=true
116117
# build --@curl//:http_only=true
@@ -133,10 +134,7 @@ build:clang-cl --host_per_file_copt="c-ares\\+/.*@-Wno-macro-redefined"
133134
# error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
134135
# detail::LogRecordSetterTrait<typename std::decay<ArgumentType>::type>::template Set(
135136
# ^
136-
build:clang-cl --copt=-Wno-missing-template-arg-list-after-template-kw
137-
138-
# still does not work yet
139-
#common --incompatible_enable_proto_toolchain_resolution
137+
#build:clang-cl --copt=-Wno-missing-template-arg-list-after-template-kw
140138

141139
# allow newer protobuf to compile
142140
common --experimental_google_legacy_api
@@ -151,5 +149,3 @@ common:macos --force_pic
151149
try-import %workspace%/../top.bazelrc
152150

153151

154-
common --modify_execution_info=CppCompile=+supports-path-mapping
155-
common --legacy_important_outputs=false

0 commit comments

Comments
 (0)