We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cdaeb commit b910cfeCopy full SHA for b910cfe
tools/export/iar.py
@@ -76,8 +76,6 @@ def generate(self, progen_build=False):
76
project_data['tool_specific']['iar'].setdefault("misc", {})
77
project_data['tool_specific']['iar'].update(tool_specific['iar'])
78
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])
81
project_data['tool_specific']['iar']['misc']['asm_flags'].extend(
82
['-D%s' % d for d in self.toolchain.get_symbols()])
83
# VLA is enabled via template IccAllowVLA
0 commit comments