Пример #1
0
 def _gen_cc_options(self, pp_opts, debug, before):
   cc_opts = CC._gen_cc_options(self, pp_opts, debug, before)
   if self.verbose:
     cc_opts[:0] = ['-v']
   return cc_opts
Пример #2
0
 def __init__(self, *args, **kwargs):
   CC.__init__(self, *args, **kwargs)
Пример #3
0
 def __init__(self, verbose=False, dry_run=False):
   CC.__init__(self, verbose, dry_run)