Skip to content

Commit 02cdaeb

Browse files
committed
Removed preinclude config from asm flags
1 parent dd36dc4 commit 02cdaeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/export/exporters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def progen_flags(self):
6262
if self.config_header:
6363
self._progen_flag_cache['c_flags'] += self.toolchain.get_config_option(self.config_header)
6464
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)
6665
return self._progen_flag_cache
6766

6867
def __scan_and_copy(self, src_path, trg_path):

0 commit comments

Comments
 (0)