Skip to content

Commit

Permalink
Replace -g flag by -gdwarf-4 for musl armhf toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmueller committed Nov 5, 2024
1 parent cb82c79 commit f436104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc/toolchains/musl/armhf/config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _impl(ctx):
actions = all_compile_actions,
flag_groups = ([
flag_group(
flags = ["-O2", "-g"],
flags = ["-O2", "-gdwarf-4"],
),
]),
with_features = [with_feature_set(features = ["opt"])],
Expand Down

0 comments on commit f436104

Please sign in to comment.