|
|
@@ -366,7 +366,7 @@ def _impl(ctx):
|
|
|
actions = codegen_compile_actions,
|
|
|
flag_groups = ([
|
|
|
flag_group(
|
|
|
- flags = ["-g", "-gsimple-template-names"],
|
|
|
+ flags = ["-g"],
|
|
|
),
|
|
|
flag_group(
|
|
|
flags = ["-gsplit-dwarf"],
|
|
|
@@ -404,7 +404,11 @@ def _impl(ctx):
|
|
|
actions = codegen_compile_actions,
|
|
|
flag_groups = ([
|
|
|
flag_group(
|
|
|
- flags = ["-glldb", "-gpubnames"],
|
|
|
+ flags = [
|
|
|
+ "-glldb",
|
|
|
+ "-gpubnames",
|
|
|
+ "-gsimple-template-names",
|
|
|
+ ],
|
|
|
),
|
|
|
]),
|
|
|
),
|
|
|
@@ -424,7 +428,6 @@ def _impl(ctx):
|
|
|
),
|
|
|
flag_group(
|
|
|
flags = ["-ggnu-pubnames"],
|
|
|
- expand_if_available = "per_object_debug_info_file",
|
|
|
),
|
|
|
]),
|
|
|
),
|
|
|
@@ -433,7 +436,6 @@ def _impl(ctx):
|
|
|
flag_groups = [
|
|
|
flag_group(
|
|
|
flags = ["-Wl,--gdb-index"],
|
|
|
- expand_if_available = "per_object_debug_info_file",
|
|
|
),
|
|
|
],
|
|
|
),
|