Felix Salfelder, 25.08.2013 20:54:
> On Sun, Aug 25, 2013 at 08:08:50PM +0200, Stefan Behnel wrote:
>> OTOH, there's a "force" option (both in distutils and cythonize()) that you
>> can use when you know something relevant changed and want to rebuild
>> everything.
> 
> In huge projects one usually just wants to recompile selectively (per
> directory). Is this possible with distutils?

No. You can try the cythonize script that I added to the git master
recently. It also has a -f option now, and you can pass it a package
directory to compile.

Stefan

_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to