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 507956d + 9a61ef0 commit 2257d4bCopy full SHA for 2257d4b
tools/toolchains/__init__.py
@@ -472,7 +472,7 @@ def get_labels(self):
472
473
# This is a policy decision and it should /really/ be in the config system
474
# ATM it's here for backward compatibility
475
- if (("-g" in self.flags['common'] and
+ if ((("-g" in self.flags['common'] or "-g3" in self.flags['common']) and
476
"-O0") in self.flags['common'] or
477
("-r" in self.flags['common'] and
478
"-On" in self.flags['common'])):
0 commit comments