Skip to content

Commit 5f51d21

Browse files
keithcopybara-github
authored andcommitted
Enable per_object_debug_info feature by default
This feature is used as a flag to determine that the current toolchain supports per object file debug info, it is only consulted when `--fission` is enabled for the current compilation mode. Previously you had to enable fission and this flag, with this change enabling fission by itself should be enough. Related: #11561 Closes #14777. PiperOrigin-RevId: 429354212
1 parent a987b98 commit 5f51d21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cpp/unix_cc_toolchain_config.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def _impl(ctx):
376376

377377
per_object_debug_info_feature = feature(
378378
name = "per_object_debug_info",
379+
enabled = True,
379380
flag_sets = [
380381
flag_set(
381382
actions = [

0 commit comments

Comments
 (0)