Skip to content

Commit

Permalink
Merge pull request #115 from lizan:splitdwarf
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 401245570
Change-Id: Icb32d24f7b7e01b943ef5d619ab3ff2a7c0c7165
  • Loading branch information
copybara-github committed Oct 6, 2021
2 parents ddc0791 + aa123b8 commit 8ab61cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc/private/toolchain/unix_cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def _impl(ctx):
],
flag_groups = [
flag_group(
flags = ["-gsplit-dwarf"],
flags = ["-gsplit-dwarf", "-g"],
expand_if_available = "per_object_debug_info_file",
),
],
Expand Down

0 comments on commit 8ab61cf

Please sign in to comment.