Skip to content

Commit df9e56f

Browse files
committed
Fix option append
1 parent a19e996 commit df9e56f

File tree

1 file changed

+1
-1
lines changed
  • workspace_tools/toolchains

1 file changed

+1
-1
lines changed

workspace_tools/toolchains/gcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, target, options=None, notify=None, tool_path=""):
3838
] + self.cpu
3939

4040
if "save-asm" in self.options:
41-
common_flags.extends("-save-temps")
41+
common_flags.append("-save-temps")
4242

4343
self.asm = [join(tool_path, "arm-none-eabi-as")] + self.cpu
4444

0 commit comments

Comments
 (0)