Skip to content

Commit 0d44d3e

Browse files
Merge pull request #260 from hauserx:main
PiperOrigin-RevId: 691373476 Change-Id: I7a09129bdc7ac32bbbdb5f06a586bc0ceee2a8b7
2 parents 0640261 + 7c39729 commit 0d44d3e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cc/private/toolchain/unix_cc_toolchain_config.bzl

-6
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,12 @@ def _sanitizer_feature(name = "", specific_compile_flags = [], specific_link_fla
223223
"-fno-sanitize-recover=all",
224224
] + specific_compile_flags),
225225
],
226-
with_features = [
227-
with_feature_set(features = [name]),
228-
],
229226
),
230227
flag_set(
231228
actions = all_link_actions,
232229
flag_groups = [
233230
flag_group(flags = specific_link_flags),
234231
],
235-
with_features = [
236-
with_feature_set(features = [name]),
237-
],
238232
),
239233
],
240234
)

0 commit comments

Comments
 (0)