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 833a201 + d5ecd7a commit cef31a7Copy full SHA for cef31a7
tools/toolchains/__init__.py
@@ -474,7 +474,7 @@ def get_labels(self):
474
# This is a policy decision and it should /really/ be in the config system
475
# ATM it's here for backward compatibility
476
if ((("-g" in self.flags['common'] or "-g3" in self.flags['common']) and
477
- "-O0") in self.flags['common'] or
+ "-O0" in self.flags['common']) or
478
("-r" in self.flags['common'] and
479
"-On" in self.flags['common'])):
480
self.labels['TARGET'].append("DEBUG")
0 commit comments