Removed preinclude config from asm flags

pull/2359/head
Sarah Marsh 2016-08-03 10:44:12 -05:00
parent dd36dc4228
commit 02cdaebc95
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ class Exporter(object):
if self.config_header: if self.config_header:
self._progen_flag_cache['c_flags'] += self.toolchain.get_config_option(self.config_header) self._progen_flag_cache['c_flags'] += self.toolchain.get_config_option(self.config_header)
self._progen_flag_cache['cxx_flags'] += self.toolchain.get_config_option(self.config_header) self._progen_flag_cache['cxx_flags'] += self.toolchain.get_config_option(self.config_header)
self._progen_flag_cache['asm_flags'] += self.toolchain.get_config_option(self.config_header)
return self._progen_flag_cache return self._progen_flag_cache
def __scan_and_copy(self, src_path, trg_path): def __scan_and_copy(self, src_path, trg_path):