Home
last modified time | relevance | path

Searched refs:set_executables (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/distutils/
Dcygwinccompiler.py138 self.set_executables(compiler='gcc -mcygwin -O -Wall',
300 self.set_executables(compiler='gcc -O -Wall',
Dsysconfig.py257 compiler.set_executables(
Dccompiler.py121 def set_executables(self, **kwargs): member in CCompiler
/third_party/python/Lib/distutils/tests/
Dtest_sysconfig.py86 def set_executables(self, **kw): member in SysconfigTestCase.customize_compiler.compiler
/third_party/python/
Dsetup.py469 self.compiler.set_executables(**args)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch845 - self.set_executables(compiler='gcc -mcygwin -O -Wall',
858 + self.set_executables(compiler='%s -mcygwin -O -Wall' % self.cc,
990 - self.set_executables(compiler='gcc -O -Wall',
997 + self.set_executables(compiler='%s -O2 -Wall' % self.cc,
/third_party/python/Doc/distutils/
Dapiref.rst554 .. method:: CCompiler.set_executables(**args)