Skip to content

Commit b910cfe

Browse files
committed
Removed incorrect list removal
1 parent 02cdaeb commit b910cfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/export/iar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def generate(self, progen_build=False):
7676
project_data['tool_specific']['iar'].setdefault("misc", {})
7777
project_data['tool_specific']['iar'].update(tool_specific['iar'])
7878
project_data['tool_specific']['iar']['misc'].update(self.progen_flags)
79-
project_data['tool_specific']['iar']['misc']['asm_flags'].remove(
80-
self.toolchain.get_config_option(self.config_header)[0])
8179
project_data['tool_specific']['iar']['misc']['asm_flags'].extend(
8280
['-D%s' % d for d in self.toolchain.get_symbols()])
8381
# VLA is enabled via template IccAllowVLA

0 commit comments

Comments
 (0)