Searched refs:ccopts (Results 1 – 1 of 1) sorted by relevance
1591 cfg=None, ccopts=None, cflags=None): argument1614 self.ccopts = ccopts1622 if self.ccopts and (tool == 'gcc' or tool == 'g++'):1623 ctool = '%s %s' % (ctool, self.ccopts)
Completed in 7 milliseconds