Searched refs:local_cflags (Results 1 – 1 of 1) sorted by relevance
96 def BuildExecutable(self, cc_target, local_src_files, local_cflags, argument119 local_cflags.extend(self._custom_cflags[cc_target])142 if len(local_cflags) == 1:143 target_bp.append(' cflags: ["%s"],' % list(local_cflags)[0])144 elif len(local_cflags) > 1:146 for cflag in local_cflags:186 def BuildStaticLibrary(self, ar_target, local_src_files, local_cflags, argument208 if len(local_cflags):210 for cflag in local_cflags:336 local_cflags = cc_flags[target][all …]