Mercurial > touhou
comparison setup.py @ 607:9dbc234ea087
Actually compile under 3.x feature level.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 26 Nov 2014 13:37:07 +0100 |
parents | e15672733c93 |
children | 725bd24235a2 |
comparison
equal
deleted
inserted
replaced
606:3c2f96f1d715 | 607:9dbc234ea087 |
---|---|
156 author_email='thib@sitedethib.com', | 156 author_email='thib@sitedethib.com', |
157 url='http://pytouhou.linkmauve.fr/', | 157 url='http://pytouhou.linkmauve.fr/', |
158 license='GPLv3', | 158 license='GPLv3', |
159 packages=packages, | 159 packages=packages, |
160 ext_modules=cythonize(extensions, nthreads=nthreads, annotate=debug, | 160 ext_modules=cythonize(extensions, nthreads=nthreads, annotate=debug, |
161 language_level=3, | |
161 compiler_directives={'infer_types': True, | 162 compiler_directives={'infer_types': True, |
162 'infer_types.verbose': debug, | 163 'infer_types.verbose': debug, |
163 'profile': debug}, | 164 'profile': debug}, |
164 compile_time_env={'MAX_TEXTURES': 128, | 165 compile_time_env={'MAX_TEXTURES': 128, |
165 'MAX_ELEMENTS': 640 * 4 * 3, | 166 'MAX_ELEMENTS': 640 * 4 * 3, |