File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,12 @@ WIN32 is still required for the locale module.
102102/* #define Py_GIL_DISABLED 1 */
103103#endif
104104
105+ /* Define to 1 if you want to enable the JIT */
106+ /* Define to "interpreter" if you want to enable tier 2 interpreter */
107+ #ifndef Py_JIT_ENABLED
108+ /* #define Py_JIT_ENABLED 1*/
109+ #endif
110+
105111/* Compiler specific defines */
106112
107113/* ------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 709709 <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED 1 */', '#define Py_JIT_ENABLED 1'))</PyConfigHText >
710710 </PropertyGroup >
711711 <PropertyGroup Condition =" $(UseTIER2) == 'true'" >
712- <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED "interpreter" */', '#define Py_JIT_ENABLED "interpreter"'))</PyConfigHText >
712+ <PyConfigHText >$(PyConfigHText.Replace('/* #define Py_JIT_ENABLED 1 */', '#define Py_JIT_ENABLED "interpreter"'))</PyConfigHText >
713713 </PropertyGroup >
714714 <Message Text =" Updating pyconfig.h" Condition =" $(PyConfigHText.TrimEnd()) != $(OldPyConfigH.TrimEnd())" />
715715 <WriteLinesToFile File =" $(IntDir)pyconfig.h"
You can’t perform that action at this time.
0 commit comments