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 dd36dc4 commit 02cdaebCopy full SHA for 02cdaeb
tools/export/exporters.py
@@ -62,7 +62,6 @@ def progen_flags(self):
62
if self.config_header:
63
self._progen_flag_cache['c_flags'] += self.toolchain.get_config_option(self.config_header)
64
self._progen_flag_cache['cxx_flags'] += self.toolchain.get_config_option(self.config_header)
65
- self._progen_flag_cache['asm_flags'] += self.toolchain.get_config_option(self.config_header)
66
return self._progen_flag_cache
67
68
def __scan_and_copy(self, src_path, trg_path):
0 commit comments