Skip to content

Commit dd3e774

Browse files
authored
Disable minimal warnings set by default (#10)
Due to still unclear list of flags which we want to support, all warnings features will be disabled by default.
1 parent f2c80d9 commit dd3e774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/linux/cc_toolchain_config.bzl.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def _impl(ctx):
239239

240240
minimal_warnings_feature = feature(
241241
name = "minimal_warnings",
242-
enabled = True,
242+
enabled = False,
243243
flag_sets = [
244244
flag_set(
245245
actions = all_compile_actions,
@@ -335,7 +335,7 @@ def _impl(ctx):
335335

336336
pthread_feature = feature(
337337
name = "use_pthread",
338-
enabled = False,
338+
enabled = True,
339339
flag_sets = [
340340
flag_set(
341341
actions = all_link_actions,

0 commit comments

Comments
 (0)