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.
2 parents 83fca60 + 2f1f219 commit 030e3e1Copy full SHA for 030e3e1
tools/export/iar/__init__.py
@@ -121,7 +121,7 @@ def generate(self):
121
template = ["--vla", "--no_static_destruction"]
122
# Flag invalid if set in template
123
# Optimizations are also set in template
124
- invalid_flag = lambda x: x in template or re.match("-O(\d|time|n|hz?)", x)
+ invalid_flag = lambda x: x in template or re.match("-O(\d|time|n|l|hz?)", x)
125
flags['c_flags'] = [flag for flag in c_flags if not invalid_flag(flag)]
126
127
try:
0 commit comments